Skip to content

Commit

Permalink
Test job now requires linting (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Feb 2, 2024
1 parent d56de6c commit f0853ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: neuroinformatics-unit/actions/lint@v1

test:
needs: [linting]
name: ${{ matrix.os }} py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit f0853ff

Please sign in to comment.