Compare commits

..

1 Commits

Author SHA1 Message Date
e23e4de534 ci: support x86 in the checks
Some checks failed
actionlint check / actionlint check (pull_request) Failing after 3s
GitLeaks check / GitLeaks check (pull_request) Failing after 38s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 41s
dotenv-linter check / dotenv-linter check (pull_request) Failing after 39s
hadolint check / hadolint check (pull_request) Failing after 37s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 53s
htmlhint check / htmlhint check (pull_request) Successful in 56s
markdownlint check / markdownlint check (pull_request) Successful in 54s
Prettier check / Prettier check (pull_request) Successful in 30s
Rust check / Rust check (pull_request) Has been cancelled
Stylelint check / Stylelint check (pull_request) Successful in 35s
ShellCheck check / ShellCheck check (pull_request) Successful in 40s
yamllint check / yamllint check (pull_request) Successful in 46s
checkov check / checkov check (pull_request) Successful in 6m50s
2026-02-09 22:57:19 +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