No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 2cc9a6458d
build(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#48)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](de0fac2e45...9c091bb21b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-19 07:10:30 +02:00
.github build(deps): bump actions/checkout from 6.0.2 to 7.0.0 (#48) 2026-06-19 07:10:30 +02:00
docs/images docs: add paypal button (#5) 2023-07-25 08:37:19 +02:00
matchers feat: initial release with v1.6.25 2023-07-19 12:53:08 +02:00
action.yml chore: bump actionlint to 1.7.12 (#41) 2026-03-30 22:19:17 +02:00
checksums.txt chore: bump actionlint to 1.7.12 (#41) 2026-03-30 22:19:17 +02:00
CODEOWNERS feat: initial release with v1.6.25 2023-07-19 12:53:08 +02:00
LICENSE set default actionlint version to 1.7.10 (#31) 2026-01-02 18:51:10 +01:00
README.md chore: bump actionlint to 1.7.12 (#41) 2026-03-30 22:19:17 +02:00

actionlint-action

Installs actionlint and runs it on all workflow files in the repository.

What is so special about this action?

  • There is no official actionlint-action as discussed here and here
  • Validates the Checksum: Different from other unofficial actions this one validates the checksum of the downloaded binary against the checksums published in the actionlint release notes.

Usage

- name: Lint GitHub Actions
  uses: eifinger/actionlint-action@v1

You can also install a specific version:

- name: Lint GitHub Actions
  uses: eifinger/actionlint-action@v1
  with:
    version: "1.7.12"

Validating the checksum

For versions v1.6.24 up to v1.7.12 the checksum of the downloaded binary is verified against the checksums published in the actionlint release notes. For later versions you can use the checksum input to verify the checksum of the downloaded binary.

- name: Lint GitHub Actions
  uses: eifinger/actionlint-action@v1
  with:
    version: "99.0.1"
    checksum: "4c5818744143a5d6754edd3dcc4c2b32c9dfcdd3bb30e0e108fb5e5c505262d4"