Skip to content

Commit 91d980f

Browse files
committed
ci: merge eslint & vitest checks into the build workflow
1 parent d5c4deb commit 91d980f

File tree

2 files changed

+6
-48
lines changed

2 files changed

+6
-48
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ jobs:
101101
- name: Install frontend dependencies
102102
run: bun install
103103

104+
- name: Run ESLint
105+
run: bun lint
106+
107+
- name: Run Vitest
108+
run: bun run test
109+
104110
- name: Build a Tauri app (Non-Release)
105111
if: (startsWith(github.ref, 'refs/tags/')) != true
106112
uses: tauri-apps/tauri-action@564aea5a8075c7a54c167bb0cf5b3255314a7f9d

.github/workflows/check.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)