Skip to content
Draft
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,34 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
PackageIdentifier: kjanat.actionlint
PackageVersion: 1.15.1
InstallerLocale: en-US
InstallerType: zip
ReleaseDate: "2026-09-07"
Installers:
- Architecture: x86
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: actionlint.exe
PortableCommandAlias: actionlint
InstallerUrl: https://github.com/kjanat/actionlint/releases/download/v1.15.1/actionlint_1.15.1_windows_386.zip
InstallerSha256: 116d545ee0a5dd96703e1f0e93d7d875fb1f322774c9b3d4a17ebbfcd2a77ecb
UpgradeBehavior: uninstallPrevious
- Architecture: x64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: actionlint.exe
PortableCommandAlias: actionlint
InstallerUrl: https://github.com/kjanat/actionlint/releases/download/v1.15.1/actionlint_1.15.1_windows_amd64.zip
InstallerSha256: 6892f922caa29c32325dff412ab04a834523429c51c80de3e6c2d424752e0718
UpgradeBehavior: uninstallPrevious
- Architecture: arm64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: actionlint.exe
PortableCommandAlias: actionlint
InstallerUrl: https://github.com/kjanat/actionlint/releases/download/v1.15.1/actionlint_1.15.1_windows_arm64.zip
InstallerSha256: e6cd50e817f0613fd94457f01b39702b79d1d7c1ef208ea4eec2e5f6a5929df6
UpgradeBehavior: uninstallPrevious
ManifestType: installer
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
PackageIdentifier: kjanat.actionlint
PackageVersion: 1.15.1
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.15.1/LICENSE.txt
Copyright: Copyright (c) 2026 Kaj Kowalski, Copyright (c) 2021 rhysd
CopyrightUrl: https://github.com/kjanat/actionlint/blob/v1.15.1/LICENSE.txt
ShortDescription: Static checker for GitHub Actions workflow files
Description: |-
actionlint is a static checker for GitHub Actions workflow files. It checks the workflow syntax, expression
placeholders, the shell scripts in run: steps, and many other mistakes that only surface once a workflow
runs. This is the kjanat fork.
Moniker: actionlint
Tags:
- actionlint
- github-actions
- workflow
- linter
- static-analysis
- yaml
- ci
ReleaseNotes: |
- Check contexts used in `${{ }}` expressions inside `runs.steps` of a composite action. The `secrets`, `vars`, and `needs` contexts are not available to composite actions; `secrets` and `vars` must be passed as action `inputs:`. This is a first step toward checking the contents of `steps:` in action metadata files. (rhysd/actionlint#46, kjanat/actionlint#124)

- Respect quoted `}}` delimiters when scanning composite step expressions, avoiding false context errors for expression-like text inside strings. Cover following expressions, escaped quotes, and UTF-8 text with regression tests. (kjanat/actionlint#124)

- Remove the GPG signing service from floating action tag updates so a signing failure cannot block publishing the digest-pinned action commit. Exact release tags remain separate from these moving aliases.

- Refresh installation and release documentation for the published npm and AUR packages, pending WinGet review, the canonical Homebrew tap, and immutable releases. Update the upstream tracker with released feature versions, Go 1.26 compatibility, and the composite context checks.
ReleaseNotesUrl: https://github.com/kjanat/actionlint/releases/tag/v1.15.1
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.15.1/kjanat.actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
PackageIdentifier: kjanat.actionlint
PackageVersion: 1.15.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0