Skip to content

Commit 2cddcfa

Browse files
committed
Add shell statement to pr-checks
1 parent 0a8cf3c commit 2cddcfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install
30+
shell: bash
3031
run: npm install
3132

3233
- name: Lint

0 commit comments

Comments
 (0)