Skip to content

Commit 3a6f1a6

Browse files
committed
.
1 parent 7b27989 commit 3a6f1a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- run: bun wasm-pack build --dev --target nodejs --out-dir ../../packages/snk-js
3232
working-directory: cargo/snk-js
3333

34-
- run: npm run type
35-
- run: npm run lint
36-
- run: bun test
37-
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
# - run: npm run type
35+
# - run: npm run lint
36+
# - run: bun test
37+
# env:
38+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
test-action:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)