Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 326 Bytes

File metadata and controls

14 lines (12 loc) · 326 Bytes

Code Reviewer

This action runs the in the project installed ESLint with the project specific config to check if the rules have been respected.

How to use

Github Action

jobs:
  example:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@vx.x.x
      - uses: sokkuri/code-reviewer@vx.x.x