Skip to content

Commit

Permalink
ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplinden committed Oct 25, 2023
1 parent 47ab1cb commit cb48155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --output-format=github .

0 comments on commit cb48155

Please sign in to comment.