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 191b1e7 commit 0347f2fCopy full SHA for 0347f2f
.github/workflows/shellcheck.yml
@@ -7,7 +7,7 @@ permissions:
7
jobs:
8
shellcheck:
9
name: Shellcheck
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
11
env:
12
LANG: C.UTF-8
13
steps:
@@ -17,4 +17,4 @@ jobs:
17
run: sudo apt update && sudo apt install -y shellcheck && shellcheck --version
18
19
- name: Check shell scripts
20
- run: shellcheck -x -P "SCRIPTDIR"/utils --severity=error testssl.sh
+ run: shellcheck -x -P "SCRIPTDIR"/utils --severity=error testssl.sh
0 commit comments