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

Latest commit

 

History

History
14 lines (12 loc) · 326 Bytes

README.md

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/[email protected]
      - uses: sokkuri/[email protected]