https://github.com/koki-develop/github-actions-lint
Lint GitHub Actions workflows.
https://github.com/koki-develop/github-actions-lint
Last synced: 9 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-03T21:41:45.000Z (9 months ago)
- Last Synced: 2025-05-07T21:07:04.523Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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/woodruffw/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)