https://github.com/koki-develop/github-actions-lint
Lint GitHub Actions workflows.
https://github.com/koki-develop/github-actions-lint
github-actions linter
Last synced: about 2 months ago
JSON representation
Lint GitHub Actions workflows.
- Host: GitHub
- URL: https://github.com/koki-develop/github-actions-lint
- Owner: koki-develop
- License: mit
- Created: 2025-03-18T06:17:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-04T03:47:25.000Z (5 months ago)
- Last Synced: 2026-01-17T10:32:14.016Z (3 months ago)
- Topics: github-actions, linter
- Language: Dockerfile
- Homepage:
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions Lint
[](./LICENSE)
[](./.github/workflows/release-please.yml)
Lint GitHub Actions workflows.
## Usage
```yaml
jobs:
github-actions-lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
# actionlint (https://github.com/rhysd/actionlint)
# For more details: https://github.com/koki-develop/github-actions-lint/blob/main/actionlint/action.yml
- uses: koki-develop/github-actions-lint/actionlint@v1
# ghalint (https://github.com/suzuki-shunsuke/ghalint)
# For more details: https://github.com/koki-develop/github-actions-lint/blob/main/ghalint/action.yml
- uses: koki-develop/github-actions-lint/ghalint@v1
with:
action-path: ./.github/actions/**/action.yml
# zizmor (https://github.com/zizmorcore/zizmor)
# For more details: https://github.com/koki-develop/github-actions-lint/blob/main/zizmor/action.yml
- uses: koki-develop/github-actions-lint/zizmor@v1
with:
github-token: ${{ github.token }}
persona: auditor
```
## License
[MIT](./LICENSE)