Skip to content

Commit 34fe4a1

Browse files
committed
ruff.yml from ipspace#2627 upset yamllint :(
1 parent cb28943 commit 34fe4a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ruff.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
21+
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.x'
26-
26+
2727
- name: Install ruff
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install ruff
31-
31+
3232
- name: Run ruff linter
3333
run: |
3434
ruff check --output-format=github .
35-
35+
3636
#- name: Run ruff formatter (check only)
3737
# run: |
3838
# ruff format --check --diff .

0 commit comments

Comments
 (0)