We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65973e commit b0d937dCopy full SHA for b0d937d
.github/workflows/shellcheck.yml
@@ -9,4 +9,4 @@ jobs:
9
node-version: '20.x'
10
- uses: actions/checkout@v2
11
- run: npm install
12
- - run: npm run lint
+ - run: ./runfile.sh lint
.github/workflows/tests.yml
- - run: npm run test
+ - run: ./runfile.sh test-all
0 commit comments