Skip to content

Commit

Permalink
ci: add frontend lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora committed May 3, 2024
1 parent 92de114 commit ef1f324
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ jobs:
- working-directory: ./assets
run: npm run format:check

js-lint:
name: Frontend Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- working-directory: ./assets
run: npm run lint:errors

js-types:
name: Frontend Types
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef1f324

Please sign in to comment.