Skip to content

Commit

Permalink
Add circleci job
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Apr 20, 2024
1 parent efdc85d commit 7479405
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,17 @@ jobs:
- run:
name: Check formatting of CSS & JS files
command: npx prettier --check .
vitest:
docker:
- image: "cimg/node:lts"
resource_class: small
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Run frontend tests
command: npm run test
eslint:
docker:
- image: "cimg/node:lts"
Expand Down

0 comments on commit 7479405

Please sign in to comment.