Skip to content

Commit

Permalink
Fix eslint #3
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhPhan8803 committed Oct 22, 2022
1 parent 720ea61 commit b55d2b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Install dependencies
run: npm install eslint eslint-plugin-react --legacy-peer-deps
working-directory: src/frontend/

- name: Run ESLint
run: npx eslint $(git ls-files '*.js' '*.jsx' '*.ts' '*.tsx')
working-directory: src/frontend/

3 comments on commit b55d2b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1590100%

Tests Skipped Failures Errors Time
34 0 💤 0 ❌ 0 🔥 0.589s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1590100%

Tests Skipped Failures Errors Time
34 0 💤 0 ❌ 0 🔥 0.773s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1590100%

Tests Skipped Failures Errors Time
34 0 💤 0 ❌ 0 🔥 0.685s ⏱️

Please sign in to comment.