Skip to content

Commit 8d46a81

Browse files
committed
reinstate linting as req before publishing to pypi
1 parent 1d8c0d7 commit 8d46a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: startsWith(github.ref, 'refs/tags')
8686
needs:
8787
- format
88-
#- lint todo fix errors
88+
- lint
8989
- test
9090
- build_source_dist
9191
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)