Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
added eslint to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimsfd committed Oct 6, 2023
1 parent abc8e85 commit b20ec2a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/frontend-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
steps:
- name: Checkout Code
uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18.x
- run: yarn install
- uses: sibiraj-s/action-eslint@v3
with:
extensions: "js,jsx,ts,tsx"
annotations: true

- name: Node Action
uses: actions/[email protected]
Expand All @@ -31,9 +39,3 @@ jobs:
with:
cmd: test --passWithNoTests
dir: "frontend"

- name: eslint
- uses: sibiraj-s/action-eslint@v3
with:
extensions: "js,jsx,ts,tsx"
working-dir: frontend/

0 comments on commit b20ec2a

Please sign in to comment.