Skip to content

Commit 4d14812

Browse files
committed
adds the lint test for publishing
1 parent f09a13f commit 4d14812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
test:
99
uses: ./.github/workflows/test.yml
10+
lint:
11+
uses: ./.github/workflows/lint.yml
1012
deploy:
1113
needs: [test, lint]
1214
name: Deploy to PyPI

0 commit comments

Comments
 (0)