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 470eae1 commit 55dcfb3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/frontend-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
name: Frontend Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx

- name: Checkout Code
uses: actions/[email protected]

Expand All @@ -31,9 +37,3 @@ jobs:
with:
cmd: test --passWithNoTests
dir: "frontend"

- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx

0 comments on commit 55dcfb3

Please sign in to comment.