Skip to content

Commit d85c6db

Browse files
committed
typo
1 parent aeb1107 commit d85c6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: pycodestyle .
1818

1919
publish-to-pypi:
20-
need: [check-pep8-compliance]
20+
needs: check-pep8-compliance
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)