Skip to content

docs: update license badge to FSL-1.1-ALv2 [skip release] #6

docs: update license badge to FSL-1.1-ALv2 [skip release]

docs: update license badge to FSL-1.1-ALv2 [skip release] #6

Triggered via push May 27, 2026 23:38
Status Success
Total duration 22s
Artifacts

ci.yml

on: push
Shellcheck
5s
Shellcheck
Dockerfile lint
9s
Dockerfile lint
Lint PKGBUILD in Arch container
18s
Lint PKGBUILD in Arch container
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Dockerfile lint: Dockerfile#L10
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
Dockerfile lint: Dockerfile#L10
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Dockerfile lint: Dockerfile#L10
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`