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 883e361 commit 2290a38
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/frontend-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
test:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
name: Frontend Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
run: eslint . --ext .js,.jsx,.ts,.tsx

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

- name: Run ESLint
uses: actions/[email protected]
run: eslint . --ext .js,.jsx,.ts,.tsx
with:
dir: "frontend"

0 comments on commit 2290a38

Please sign in to comment.