Skip to content

Commit 9131eb8

Browse files
committed
-
1 parent 62e9714 commit 9131eb8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tsgo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Test on ts-go
22
on: [push, pull_request]
3+
permissions:
4+
contents: read
35

46
jobs:
57
test:
@@ -17,4 +19,4 @@ jobs:
1719
cache: npm
1820

1921
- run: npm ci
20-
- run: tsgo && node ./lib/build.js
22+
- run: npx tsgo && node ./lib/build.js

inputfiles/mdn

Submodule mdn updated 117 files

0 commit comments

Comments
 (0)