Skip to content

Commit edf130f

Browse files
committed
Use 'github' output format for ruff in validation
1 parent 520eeac commit edf130f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: SKIP=ruff-linter,ruff-formatter,slotscheck,pyright pre-commit run --all-files
3838

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

4242
- name: Run ruff formatter
4343
run: ruff format --diff .

changes/300.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Update to use python 3.12 (in validation and as one of the matrix versions in unit-tests workflow)
33
- Trigger and run lint and unit-tests workflows form a single main CI workflow.
44
- Only send status embed after the main CI workflow finishes (not for both unit-tests and validation)
5+
- Use `--output-format=github` for `ruff check` in the validation workflow

0 commit comments

Comments
 (0)