Skip to content

Commit

Permalink
change: biome ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Sep 29, 2024
1 parent e751799 commit de4e8ce
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- develop
push:
branches:
branches:
- develop

jobs:
Expand Down Expand Up @@ -38,8 +38,12 @@ jobs:
- name: install frontend dependencies
run: npm ci

- name: check front end Lint
run: npm run lint:ci
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit de4e8ce

Please sign in to comment.