Skip to content

Commit 9b2dd3a

Browse files
committed
continue on error for ruff
1 parent 30a1930 commit 9b2dd3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-lint.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tox with Poetry
1+
name: Python Test and Lint
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
name: Run Tox
13+
name: Python Test and Lint
1414
runs-on: ubuntu-latest
1515

1616
strategy:
@@ -43,3 +43,4 @@ jobs:
4343

4444
- name: Run ruff
4545
run: poetry run ruff check --output-format=github
46+
continue-on-error: true

0 commit comments

Comments
 (0)