Skip to content

Commit

Permalink
Add ci to check style with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 21, 2024
1 parent 0e5b31d commit db38062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.#ci.yml
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
toolchain: stable
- run: rustup component add clippy
- run: cargo fmt --all --check
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit db38062

Please sign in to comment.