mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Update GitHub actions example in docs to use --output-format
(#8014)
This commit is contained in:
parent
d942a777d7
commit
f60aa85471
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ruff
|
||||
# Include `--format=github` to enable automatic inline annotations.
|
||||
# Update output format to enable automatic inline annotations.
|
||||
- name: Run Ruff
|
||||
run: ruff check --format=github .
|
||||
run: ruff check --output-format=github .
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue