Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 6f90885

Browse files
authored
try to fix file paths again
1 parent 029efa3 commit 6f90885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- name: Run Shellcheck on Script Files
1111
uses: azohra/shell-linter@latest
1212
with:
13-
path: "/macos/install.sh,/debian/install.sh"
13+
path: "macos/install.sh,debian/install.sh"
1414
severity: "error"

0 commit comments

Comments
 (0)