Skip to content

Commit 2c1bc35

Browse files
authored
CM-31596 - Enable GitHub output in ruff workflow (#200)
1 parent d374c4d commit 2c1bc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: poetry install
4646

4747
- name: Run linter check
48-
run: poetry run ruff check .
48+
run: poetry run ruff check --output-format=github .
4949

5050
- name: Run code style check
5151
run: poetry run ruff format --check .

0 commit comments

Comments
 (0)