Skip to content

Commit

Permalink
Use 'github' output format for ruff in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed May 23, 2024
1 parent 520eeac commit edf130f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: SKIP=ruff-linter,ruff-formatter,slotscheck,pyright pre-commit run --all-files

- name: Run ruff linter
run: ruff check --output-format=full --show-fixes --exit-non-zero-on-fix .
run: ruff check --output-format=github --show-fixes --exit-non-zero-on-fix .

- name: Run ruff formatter
run: ruff format --diff .
Expand Down
1 change: 1 addition & 0 deletions changes/300.internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
- Update to use python 3.12 (in validation and as one of the matrix versions in unit-tests workflow)
- Trigger and run lint and unit-tests workflows form a single main CI workflow.
- Only send status embed after the main CI workflow finishes (not for both unit-tests and validation)
- Use `--output-format=github` for `ruff check` in the validation workflow

0 comments on commit edf130f

Please sign in to comment.