Skip to content

Commit

Permalink
Add a linter job to the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmynk committed Apr 19, 2024
1 parent 91cc61b commit 7cfad0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
workflow_dispatch:

jobs:
rustfmt:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run linter
run: >
cargo fmt --check
build_test:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 7cfad0d

Please sign in to comment.