Skip to content

色々リファクタ #7

色々リファクタ

色々リファクタ #7

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo build
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings