Skip to content

Commit

Permalink
Use lint action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Feb 15, 2024
1 parent 249b105 commit 7674a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/main' }}) || (${{ github.event_name != 'schedule' }})
runs-on: ubuntu-latest
steps:
- uses: neuroinformatics-unit/actions/lint@v1
- uses: neuroinformatics-unit/actions/lint@v2

build_sphinx_docs:
needs: linting
Expand Down

0 comments on commit 7674a25

Please sign in to comment.