Skip to content

Commit 7f19b98

Browse files
committed
bugfix
1 parent e7dbdce commit 7f19b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all-lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1313
steps:
1414
- uses: actions/checkout@v1
15-
- uses: marian-code/pyaction@master
15+
- uses: marian-code/python-lint-annotate@master
1616
with:
1717
python-root-list: "./tests/*.py ./tests/subtest/*.py"
1818
use-black: true

0 commit comments

Comments
 (0)