Skip to content

Commit

Permalink
ci: Remove audit steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Oct 8, 2024
1 parent 59462fb commit 15e25b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
cache-dependency-path: frontend/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Audit
run: pnpm audit
- name: Lint
run: pnpm lint
- name: Test
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
cache-dependency-path: services/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Audit
run: pnpm audit
- name: Lint
run: pnpm lint
- name: Test
Expand Down

0 comments on commit 15e25b5

Please sign in to comment.