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 16dd189 commit cf7b9d3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/frontend-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/[email protected]
uses: actions/[email protected]
with:
node-version: 18.x
- name: eslint
run: yarn eslint-lint

- name: Node Action
uses: actions/[email protected]
Expand All @@ -37,5 +32,8 @@ jobs:
cmd: test --passWithNoTests
dir: "frontend"

- name: eslint
uses:
- name: yarn eslint-lint
uses: borales/actions-yarn@v4
with:
cmd: eslint-lint
dir: "frontend"

0 comments on commit cf7b9d3

Please sign in to comment.