Skip to content

Commit b0d937d

Browse files
committed
fix: github actions workflows
1 parent e65973e commit b0d937d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
node-version: '20.x'
1010
- uses: actions/checkout@v2
1111
- run: npm install
12-
- run: npm run lint
12+
- run: ./runfile.sh lint

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
node-version: '20.x'
1010
- uses: actions/checkout@v2
1111
- run: npm install
12-
- run: npm run test
12+
- run: ./runfile.sh test-all

0 commit comments

Comments
 (0)