Skip to content

Commit

Permalink
migration/4 - Added eslint as job in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anisha2lc committed Oct 3, 2023
1 parent 6a71e16 commit 55a4d88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cra-template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ on:
- synchronize

jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18.14"
- run: yarn install
- uses: reviewdog/action-eslint@v1
with:
reporter: github-check
eslint_flags: "src/"

unit_test:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 55a4d88

Please sign in to comment.