ZIP
WinGet
actionlint
rhysd · 1.6.27 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
actionlint_1.6.27_windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
rhysd.actionlint
Version
1.6.27
Description
Static checker for GitHub Actions workflow files
License
MIT
↗
Homepage
https://github.com/rhysd/actionlint
Installer URL
https://github.com/rhysd/actionlint/releases/download/v1.6.27/actionlint_1.6.27_windows_amd64.zip
Release Notes
- Add macOS 14 runner labels for Apple Silicon support.
The following labels are added. (thanks @harryzcy, #392)
- macos-14
- macos-14-xlarge
- macos-14-large
- Remove ubuntu-18.04 runner label from runners list since it is no longer supported. (#363)
- Allow glob patterns in self-hosted-runner.labels configuration.
For example, the following configuration defines any runner labels prefixed with private-linux-. (thanks @kishaningithub, #378)
- private-linux-*
- Fix a race condition bug when…