Skip to content

Commit f1adb79

Browse files
committed
👷 skip lint
1 parent 6ac38b3 commit f1adb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
publish:
6060
name: Publish to npm
6161
runs-on: ubuntu-latest
62-
needs: [build, lint, test]
62+
needs: [build, test]
6363
steps:
6464
- uses: actions/checkout@v3
6565
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)