Skip to content

Commit 77fad8f

Browse files
make .sh file executable
1 parent 5eccdaf commit 77fad8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Run Linter
2929
run: |
30-
sudo chmod 600 ./check.sh
30+
sudo chmod +x ./check.sh
3131
./check.sh
3232
shell: bash
3333

0 commit comments

Comments
 (0)