https://github.com/fbartels/action-eclint
Run eclint with Reviewdog in Github Actions
https://github.com/fbartels/action-eclint
Last synced: 5 months ago
JSON representation
Run eclint with Reviewdog in Github Actions
- Host: GitHub
- URL: https://github.com/fbartels/action-eclint
- Owner: fbartels
- License: mit
- Created: 2019-12-22T17:14:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-30T22:49:29.000Z (about 1 year ago)
- Last Synced: 2025-05-31T09:32:02.247Z (about 1 year ago)
- Language: Dockerfile
- Size: 5.86 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 }}`'.