Skip to content

Commit 5387196

Browse files
Try fixing bash script execution
1 parent 680aa99 commit 5387196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
run: dotnet tool restore
2727

2828
- name: Run Linter
29-
run: check.sh
29+
run: ./check.sh
30+
shell: bash
3031

3132
- name: Build
3233
run: dotnet build --no-restore

0 commit comments

Comments
 (0)