https://github.com/fbartels/action-yamllint
Run eclint with Reviewdog in Github Actions
https://github.com/fbartels/action-yamllint
Last synced: 4 months ago
JSON representation
Run eclint with Reviewdog in Github Actions
- Host: GitHub
- URL: https://github.com/fbartels/action-yamllint
- Owner: fbartels
- License: mit
- Created: 2019-12-23T20:09:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T06:08:37.000Z (about 1 year ago)
- Last Synced: 2025-09-07T21:32:32.694Z (9 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Action: Run eclint with reviewdog
[](https://github.com/fbartels/action-eclint/actions)
[](https://github.com/fbartels/action-eclint/releases)
This action runs [eclint](https://github.com/greut/eclint) with
[reviewdog](https://github.com/reviewdog/reviewdog) on pull requests to improve
code review experience.
## Inputs
### `github_token`
**Required**. Must be in form of `github_token: ${{ secrets.github_token }}`'.