Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json

PackageIdentifier: kjanat.actionlint
PackageVersion: 1.14.0
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: actionlint.exe
PortableCommandAlias: actionlint
Commands:
- actionlint
ReleaseDate: 2026-09-02
Installers:
- Architecture: x86
InstallerUrl: https://github.com/kjanat/actionlint/releases/download/v1.14.0/actionlint_1.14.0_windows_386.zip
InstallerSha256: 895B71406FEDFBD0965A9FE4DAFEAA2CB7C28820F1421C104F2E94C20D1D74CF
- Architecture: x64
InstallerUrl: https://github.com/kjanat/actionlint/releases/download/v1.14.0/actionlint_1.14.0_windows_amd64.zip
InstallerSha256: 286509D927BDCF96CF245033F489D79D71D748E88E9443B63B2B40CD083E07C1
- Architecture: arm64
InstallerUrl: https://github.com/kjanat/actionlint/releases/download/v1.14.0/actionlint_1.14.0_windows_arm64.zip
InstallerSha256: EE2A5476589366D42B8F3E8A91A4642EB092B50FF04199F2601F668A8C61BF39
ManifestType: installer
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json

PackageIdentifier: kjanat.actionlint
PackageVersion: 1.14.0
PackageLocale: en-US
Publisher: kjanat
PublisherUrl: https://github.com/kjanat
PublisherSupportUrl: https://github.com/kjanat/actionlint/issues
Author: Kaj Kowalski
PackageName: actionlint
PackageUrl: https://actionlint.kjanat.dev
License: MIT
LicenseUrl: https://github.com/kjanat/actionlint/blob/v1.14.0/LICENSE.txt
Copyright: Copyright (c) 2026 Kaj Kowalski, Copyright (c) 2021 rhysd
CopyrightUrl: https://github.com/kjanat/actionlint/blob/v1.14.0/LICENSE.txt
ShortDescription: Static checker for GitHub Actions workflow files
Description: |-
actionlint is a static checker for GitHub Actions workflow files. It checks workflow syntax,
expression placeholders, shell scripts in run steps, and other mistakes that otherwise only
surface when a workflow runs. This is the kjanat fork, published separately from rhysd.actionlint.
Tags:
- actionlint
- ci
- github-actions
- linter
- static-analysis
- workflow
- yaml
ReleaseNotesUrl: https://github.com/kjanat/actionlint/releases/tag/v1.14.0
InstallationNotes: ShellCheck and pyflakes are optional. When installed, actionlint can use them to check shell and Python scripts in workflow run steps.
ManifestType: defaultLocale
ManifestVersion: 1.12.0
7 changes: 7 additions & 0 deletions manifests/k/kjanat/actionlint/1.14.0/kjanat.actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json

PackageIdentifier: kjanat.actionlint
PackageVersion: 1.14.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0