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

Sokkuri/Code-Reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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