https://github.com/fbartels/action-eclint
Run eclint with Reviewdog in Github Actions
https://github.com/fbartels/action-eclint
Last synced: 9 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T01:32:30.000Z (6 months ago)
- Last Synced: 2025-02-16T20:36:01.220Z (3 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- 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 }}`'.