Merge pull request #6180 from jbampton/super-linter-validate-github-actions

super-linter: set `VALIDATE_GITHUB_ACTIONS` to `true`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-03-13 10:14:49 +09:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
python -m pip install --upgrade pip
pip install pre-commit
- name: Set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
+2 -2
View File
@@ -33,8 +33,8 @@ jobs:
gunzip -c "$destdir/$packagename.tar.gz" | xz > "$destdir/$packagename.tar.xz"
(
cd "$destdir"
sha256sum * > .sha256
cd "$destdir" || exit
sha256sum -- * > .sha256
mv .sha256 "$packagename.sha256"
)
- name: Release
+1
View File
@@ -25,6 +25,7 @@ jobs:
VALIDATE_BASH: true
# VALIDATE_BASH_EXEC: true
# VALIDATE_EDITORCONFIG: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_GITLEAKS: true
# VALIDATE_SHELL_SHFMT: true
DEFAULT_BRANCH: master