We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aacc71 commit 04d7289Copy full SHA for 04d7289
.github/workflows/ci.yml
@@ -10,8 +10,10 @@ jobs:
10
shellcheck:
11
name: Shellcheck
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
steps:
- - uses: actions/checkout@v3
16
+ - uses: actions/checkout@v4
17
- name: Run ShellCheck
18
uses: ludeeus/action-shellcheck@master
19
with:
@@ -21,8 +23,10 @@ jobs:
21
23
test:
22
24
name: Test Scripts
25
26
27
28
29
30
- name: Test file permissions
31
run: |
32
chmod +x *.sh
0 commit comments