Skip to content

Commit

Permalink
github: workflow: fix linter call
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Gantois <[email protected]>
  • Loading branch information
rgantois committed Dec 5, 2023
1 parent 2980889 commit 1e028b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Lint with ruff
run: |
# default set of ruff rules with GitHub Annotations
ruff --format=github .
ruff check --output-format=github .
- name: Build and install
run: |
./install.sh

0 comments on commit 1e028b6

Please sign in to comment.