Skip to content

Commit dbd67d8

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

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

0 commit comments

Comments
 (0)