Initial commit

This commit is contained in:
Antoine Martin 2024-07-05 16:09:11 -04:00
commit d62f637cb6
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
12 changed files with 1418 additions and 0 deletions

16
.gitlab/bin/apkbuild-shellcheck Executable file
View file

@ -0,0 +1,16 @@
#!/bin/sh
shellcheck -s ash \
-e SC3043 \
-e SC3057 \
-e SC3060 \
-e SC2016 \
-e SC2086 \
-e SC2169 \
-e SC2155 \
-e SC2100 \
-e SC2209 \
-e SC2030 \
-e SC2031 \
-e SC1090 \
-xa $CI_PROJECT_DIR/.gitlab/bin/APKBUILD_SHIM