Skip to content

Commit

Permalink
Checks format on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 20, 2023
1 parent 3712af5 commit acd8a66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Tests
on: [push, pull_request]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --check
clippy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit acd8a66

Please sign in to comment.