We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c4deb commit 91d980fCopy full SHA for 91d980f
.github/workflows/build.yml
@@ -101,6 +101,12 @@ jobs:
101
- name: Install frontend dependencies
102
run: bun install
103
104
+ - name: Run ESLint
105
+ run: bun lint
106
+
107
+ - name: Run Vitest
108
+ run: bun run test
109
110
- name: Build a Tauri app (Non-Release)
111
if: (startsWith(github.ref, 'refs/tags/')) != true
112
uses: tauri-apps/tauri-action@564aea5a8075c7a54c167bb0cf5b3255314a7f9d
.github/workflows/check.yml
0 commit comments