Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbartels/action-eclint
Run eclint with Reviewdog in Github Actions
https://github.com/fbartels/action-eclint
Last synced: 28 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T01:32:30.000Z (about 2 months ago)
- Last Synced: 2024-12-06T02:27:50.819Z (about 2 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
[![Docker Image CI](https://github.com/fbartels/action-eclint/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/fbartels/action-eclint/actions)
[![Release](https://img.shields.io/github/release/fbartels/action-eclint.svg?maxAge=43200)](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 }}`'.