Skip to content

Commit

Permalink
Use flake8-annotations action patched for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
airtower-luna committed Mar 10, 2024
1 parent 3c614ce commit b61f87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-versions: '3.11, 3.12'
- name: setup annotations for flake8 results
uses: rbialon/flake8-annotations@48819b39d57c621b5a64a1cdce40a5caa6a43b89 # v1.1
uses: airtower-luna/flake8-annotations@d29f60162d03c010b8604adc1d5b825c989a9acc # node20
- name: Run tests and linter
run: |
nox --report test-report.json
Expand Down

0 comments on commit b61f87d

Please sign in to comment.