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

Commit 23c59c8

Browse files
author
Antonios Papadakis
committed
Integrate v0.4
2 parents 977ae4d + 6f90885 commit 23c59c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/shellcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66

77
steps:
88
- name: Checkout code
9-
- uses: actions/checkout@v1
9+
uses: actions/checkout@v1
1010
- name: Run Shellcheck on Script Files
1111
uses: azohra/shell-linter@latest
1212
with:
13-
path: "*.sh"
14-
severity: "error"
13+
path: "macos/install.sh,debian/install.sh"
14+
severity: "error"

0 commit comments

Comments
 (0)