We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd94ce9 commit fde5a58Copy full SHA for fde5a58
1 file changed
workflows/test.yml .github/workflows/test.ymlworkflows/test.yml renamed to .github/workflows/test.yml
@@ -11,6 +11,6 @@ jobs:
11
with:
12
node-version: '20.x'
13
- run: npm install
14
+ - run: npx tsc --build
15
- run: npx tsc --build --clean
- - run: npm run test
16
- run: npx eslint
0 commit comments