Skip to content

Commit 112547f

Browse files
committed
1 parent f89b0a3 commit 112547f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Install dependencies
25-
run: apk update && apk add curl git
25+
run: apk update && apk add curl git bash
2626

2727
- name: Install qlty
28+
shell: bash
2829
run: |
2930
curl https://qlty.sh/install.sh | bash
3031
3132
- name: Run qlty
33+
shell: bash
3234
run: |
3335
git status
3436
qlty --version

0 commit comments

Comments
 (0)