We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e9714 commit 9131eb8Copy full SHA for 9131eb8
2 files changed
.github/workflows/tsgo.yml
@@ -1,5 +1,7 @@
1
name: Test on ts-go
2
on: [push, pull_request]
3
+permissions:
4
+ contents: read
5
6
jobs:
7
test:
@@ -17,4 +19,4 @@ jobs:
17
19
cache: npm
18
20
21
- run: npm ci
- - run: tsgo && node ./lib/build.js
22
+ - run: npx tsgo && node ./lib/build.js
inputfiles/mdn
0 commit comments