Skip to content

Commit

Permalink
Run cargo fmt check in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-hartl authored Mar 29, 2024
1 parent 5dfe58d commit 5deb100
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
- uses: actions/checkout@v3
- name: Linting
run: cargo clippy -- -D warnings
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting
run: cargo fmt -- --check


0 comments on commit 5deb100

Please sign in to comment.