Skip to content

Commit

Permalink
ci: Add prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetrr committed Aug 11, 2024
1 parent adfce95 commit 2baebe4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
run: |
npx eclint check .
prettier:
name: Lint frontend with prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Run prettier
working-directory: src/frontend
run: |
npx prettier --check .
eslint:
name: Lint frontend with eslint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2baebe4

Please sign in to comment.