Skip to content

Commit

Permalink
Update lint-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyp0329 committed Aug 29, 2024
1 parent 49d0473 commit 21e6403
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ jobs:
run: |
npm ci
npm run lint-check
frontend:
name: Frontend lint and style check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- working-directory: dfm-sideline-sidekick-app # Change this to the name of your frontend directory
run: |
npm ci
npm run lint-check
admin-portal-frontend:
name: Admin portal frontend lint and style check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 21e6403

Please sign in to comment.