Skip to content

Commit

Permalink
Remove continue-on-error in GitHub actions linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 26, 2023
1 parent 5764918 commit 46e69f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
key: lint-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run ruff via pre-commit
run: pre-commit run --all-files --color=always
continue-on-error: true # TODO: remove once files are reformatted

test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 46e69f0

Please sign in to comment.