Skip to content

Commit

Permalink
github actions: change lints to use fmt-ci target
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Sep 13, 2024
1 parent fecd8cf commit 16e4d1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ jobs:
run: sudo apt-get install llvm-dev libclang-dev clang

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check

run: make -f Makefile fmt-ci
- name: Run cargo clippy
run: make -f Makefile clippy

Expand Down

0 comments on commit 16e4d1c

Please sign in to comment.