Skip to content

Commit

Permalink
run all FE checks always
Browse files Browse the repository at this point in the history
  • Loading branch information
flxdot committed Apr 14, 2024
1 parent de9a75f commit 1354d2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-services-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,15 @@ jobs:
run: yarn install --immutable

- name: Run security audit
if: ${{ !cancelled() }}
run: yarn audit --groups dependencies

- name: Lint services/frontend
if: ${{ !cancelled() }}
working-directory: services/frontend
run: yarn lint

- name: build workspace
if: ${{ !cancelled() }}
working-directory: .
run: yarn build

0 comments on commit 1354d2e

Please sign in to comment.