actionlint-kjanat-bin
LOW
maintainer kjanat
0 votes
scanned 2026-09-07 13:14:41.036925
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: Kaj Kowalski <info at kajkowalski dot nl>
3
4
pkgname='actionlint-kjanat-bin'
5
pkgver=1.15.0
6
pkgrel=1
7
pkgdesc='Static checker for GitHub Actions workflow files (kjanat fork, prebuilt binary)'
8
url='https://actionlint.kjanat.dev'
9
arch=('aarch64' 'i686' 'x86_64')
10
license=('MIT')
11
provides=('actionlint' 'actionlint-kjanat')
12
conflicts=('actionlint' 'actionlint-bin' 'actionlint-git' 'actionlint-kjanat')
13
optdepends=('shellcheck: check shell scripts in run steps' 'python-pyflakes: check Python scripts in run steps')
14
15
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/kjanat/actionlint/releases/download/v${pkgver}/actionlint_${pkgver}_linux_arm64.tar.gz")
16
sha256sums_aarch64=('47da14d07edd9d0a285c1e6b31e66d0af878c6fcf237600a644df18accbc8d15')
17
18
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/kjanat/actionlint/releases/download/v${pkgver}/actionlint_${pkgver}_linux_386.tar.gz")
19
sha256sums_i686=('be1446f002b1794feee6df419d806a82db8419092614ba40d4ce79ae374a187b')
20
21
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/kjanat/actionlint/releases/download/v${pkgver}/actionlint_${pkgver}_linux_amd64.tar.gz")
22
sha256sums_x86_64=('003a4772e98194099e7cc31eee8d85991b0d380b7960cf91d5b6e7614c6f61d1')
23
24
package() {
25
install -Dm0755 actionlint "${pkgdir}/usr/bin/actionlint"
26
install -Dm0644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
27
install -Dm0644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
28
install -Dm0644 -t "${pkgdir}/usr/share/doc/${pkgname}/" docs/*.md
29
install -Dm0644 man/actionlint.1 "${pkgdir}/usr/share/man/man1/actionlint.1"
30
install -dm0755 "${pkgdir}/usr/share/bash-completion/completions" \
31
"${pkgdir}/usr/share/zsh/site-functions" \
32
"${pkgdir}/usr/share/fish/vendor_completions.d" \
33
"${pkgdir}/usr/share/actionlint"
34
./actionlint -completion bash >"${pkgdir}/usr/share/bash-completion/completions/actionlint"
35
./actionlint -completion zsh >"${pkgdir}/usr/share/zsh/site-functions/_actionlint"
36
./actionlint -completion fish >"${pkgdir}/usr/share/fish/vendor_completions.d/actionlint.fish"
37
./actionlint -completion powershell >"${pkgdir}/usr/share/actionlint/actionlint.ps1"
38
chmod 0644 "${pkgdir}/usr/share/bash-completion/completions/actionlint" \
39
"${pkgdir}/usr/share/zsh/site-functions/_actionlint" \
40
"${pkgdir}/usr/share/fish/vendor_completions.d/actionlint.fish" \
41
"${pkgdir}/usr/share/actionlint/actionlint.ps1"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 13:14:41 | Low | 1 |