Skip to content

Commit 8927ded

Browse files
committed
fix: shellcheck workflow
Use ubuntu-latest, checkout@v4 Signed-off-by: Akhil Narang <[email protected]>
1 parent 366cd95 commit 8927ded

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: ShellCheck scripts
33
jobs:
44
shellCheck:
55
name: ShellCheck
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v1
8+
- uses: actions/checkout@v4
99
- name: Run shellcheck.
1010
run: |
1111
while read -r script; do shellcheck --exclude=SC1090,SC1091 $script; done < files

files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ rr/channel.sh
2929
rr/crowdin.sh
3030
rr/copy_ftp.sh
3131
rr/push_json.sh
32+
setup/acpi_call.sh
3233
setup/android_build_env.sh
3334
setup/arch-manjaro.sh
3435
setup/ccache.sh

0 commit comments

Comments
 (0)