Skip to content

Commit

Permalink
dir in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosprint committed Jun 21, 2024
1 parent 374695b commit 8da8b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
components: clippy
- name: Run clippy
working-directory: rs
run: cargo clippy --all --all-features
rustfmt-check:
runs-on: ubuntu-latest
Expand All @@ -34,4 +35,5 @@ jobs:
with:
components: rustfmt
- name: Run rustfmt
working-directory: rs
run: cargo fmt --all -- --check

0 comments on commit 8da8b72

Please sign in to comment.