Compare commits

..

1 Commits

Author SHA1 Message Date
aeba5b85e9 ci: support x86 in the checks
All checks were successful
conventional pull request title check / conventional pull request title check (pull_request) Successful in 12s
actionlint check / actionlint check (pull_request) Successful in 19s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 19s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 21s
hadolint check / hadolint check (pull_request) Successful in 19s
GitLeaks check / GitLeaks check (pull_request) Successful in 23s
htmlhint check / htmlhint check (pull_request) Successful in 46s
Prettier check / Prettier check (pull_request) Successful in 43s
markdownlint check / markdownlint check (pull_request) Successful in 48s
Stylelint check / Stylelint check (pull_request) Successful in 43s
ShellCheck check / ShellCheck check (pull_request) Successful in 52s
yamllint check / yamllint check (pull_request) Successful in 1m2s
checkov check / checkov check (pull_request) Successful in 4m54s
Rust check / Rust check (pull_request) Successful in 12m23s
2026-02-09 22:59:40 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ jobs:
elif [ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ]; then
ACTIONLINT_CHECKSUM="3d74253aa0cf645e6224fd53f2d56776998c7c05a0d3c12307463285515898f8 actionlint"
else
echo "Unsupported architecture: $ARCH" > &2
echo "Unsupported architecture: $ARCH" >&2
exit 1
fi

View File

@@ -33,7 +33,7 @@ jobs:
elif [ "$ARCH" = "aarch64" ] || [ "$ARCH" = "arm64" ]; then
DOTENV_LINTER_CHECKSUM="4bf3efb743a1e3383ab3407ff48c6147dd527dac35b736e224a26425df00a2ee dotenv-linter"
else
echo "Unsupported architecture: $ARCH" > &2
echo "Unsupported architecture: $ARCH" >&2
exit 1
fi

View File

@@ -32,7 +32,7 @@ jobs:
TARBALL="gitleaks_${VERSION}_linux_arm64.tar.gz"
CHECKSUM="3f95fef7e361adafed2b1bb9c591ba3bc6b595b4f296b346257301b7bf04be15 gitleaks.tar.gz"
else
echo "Unsupported architecture: $ARCH" > &2
echo "Unsupported architecture: $ARCH" >&2
exit 1
fi

View File

@@ -32,7 +32,7 @@ jobs:
ASSET="hadolint-Linux-arm64"
CHECKSUM="5798551bf19f33951881f15eb238f90aef023f11e7ec7e9f4c37961cb87c5df6 hadolint"
else
echo "Unsupported architecture: $ARCH" > &2
echo "Unsupported architecture: $ARCH" >&2
exit 1
fi