Skip to content

Commit

Permalink
Update Ruff linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
geordi committed Mar 6, 2024
1 parent 7912c00 commit dd97cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Ruff
on: push
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,4 +15,4 @@ jobs:
pip install ruff
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --output-format=github api common survey web
run: ruff check --output-format=github common api survey web

0 comments on commit dd97cd9

Please sign in to comment.