We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b27989 commit 3a6f1a6Copy full SHA for 3a6f1a6
.github/workflows/main.yml
@@ -31,11 +31,11 @@ jobs:
31
- run: bun wasm-pack build --dev --target nodejs --out-dir ../../packages/snk-js
32
working-directory: cargo/snk-js
33
34
- - run: npm run type
35
- - run: npm run lint
36
- - run: bun test
37
- env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # - run: npm run type
+ # - run: npm run lint
+ # - run: bun test
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
test-action:
41
runs-on: ubuntu-latest
0 commit comments