actionlint on AUR (Arch User Repository)

Last updated: May 23,2024

1. Install "actionlint" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install actionlint on Arch using YAY

$ yay -S actionlint

* (Optional) Uninstall actionlint on Arch using YAY

$ yay -Rns actionlint

2. Manually Install "actionlint" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone actionlint's git locally

$ git clone https://aur.archlinux.org/actionlint.git ~/actionlint

c. Go to ~/actionlint folder and install it

$ cd ~/actionlint $ makepkg -si

3. Information about the actionlint package on Arch User Repository (AUR)

ID: 1132438
Name: actionlint
PackageBaseID: 170564
PackageBase: actionlint
Version: 1.6.17-1
Description: Static checker for GitHub Actions workflow files
URL: https://github.com/rhysd/actionlint
NumVotes: 1
Popularity: 0.140637
OutOfDate:
Maintainer: aminvakil
FirstSubmitted: 1630331288
LastModified: 1661771624
URLPath: /cgit/aur.git/snapshot/actionlint.tar.gz

5. The same packages on other Linux Distributions