Skip to content

Commit

Permalink
run linting with debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Jun 22, 2023
1 parent 193323b commit 04f7178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/third_party_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
poetry install --no-interaction
# Clone and lint repositories
- name: Clone and lint repositories
run: poetry run python .github/workflows/third_party_lint.py
run: poetry run python .github/workflows/third_party_lint.py --debug

0 comments on commit 04f7178

Please sign in to comment.