Skip to content

Commit

Permalink
add linting step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh authored and alepefe committed Aug 28, 2024
1 parent c543764 commit 3bfb3f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
working-directory: api
run: pnpm install

- name: Lint code
working-directory: api
run: pnpm lint

- name: Run API E2E tests
working-directory: api
run: pnpm test:e2e

0 comments on commit 3bfb3f7

Please sign in to comment.