Skip to content

Commit

Permalink
exclude external lib when checking code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli committed Aug 20, 2024
1 parent 4fd9b7a commit 6190b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
run: ruff check --output-format=github --exclude=gee .

0 comments on commit 6190b04

Please sign in to comment.