fail the workflow if lint fails

This commit is contained in:
Sina Atalay
2024-07-12 23:18:03 +03:00
parent 07b17764a8
commit fd7f4534c2
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,6 @@ jobs:
- name: Lint with Ruff
run: |
hatch run lint
continue-on-error: true
test:
name: Test with Py${{ matrix.python-version }} on ${{ matrix.os }}