Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: Run lint
run: pnpm run lint:ci

- name: Build application
run: pnpm run build
- name: Check TypeScript errors
run: pnpm run typecheck

- name: Run tests
run: pnpm run test
continue-on-error: true
- name: Build application
run: pnpm run build
27 changes: 0 additions & 27 deletions .github/workflows/code-cleanup.yml

This file was deleted.

124 changes: 0 additions & 124 deletions .github/workflows/security.yml

This file was deleted.

Loading
Loading