Skip to content

Commit 71cbaca

Browse files
committed
Update GitHub Action
1 parent 9219cf9 commit 71cbaca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
55

66
name: linters
7-
on:
7+
on:
88
push:
99
branches:
1010
- master
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out repository
2424
uses: actions/checkout@v2
2525

26-
- name: Set up Python
26+
- name: Set up Python
2727
uses: actions/setup-python@v2
2828
with:
2929
python-version: ${{ matrix.python }}
@@ -48,8 +48,8 @@ jobs:
4848
- name: Check code style
4949
run: |
5050
. venv/bin/activate
51-
python -m ruff check .
52-
python -m black --check .
51+
python -m ruff format --check
52+
python -m ruff check
5353
5454
- name: Check directory layout
5555
run: |

0 commit comments

Comments
 (0)