mirror of https://github.com/astral-sh/ruff
Update GitHub actions example in docs to use `--output-format` (#8014)
This commit is contained in:
parent
d942a777d7
commit
f60aa85471
|
|
@ -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…
Reference in New Issue