Skip to content

Commit b548e34

Browse files
committed
Update GH Actions pipelines
1 parent 8602865 commit b548e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
run: |
2020
RUFF_VERSION=$(grep 'ruff==' setup.py | sed -n 's/.*ruff==\([0-9.]*\).*/\1/p')
2121
pip install ruff=="$RUFF_VERSION"
22-
make lint
22+
make check

0 commit comments

Comments
 (0)