Skip to content

Commit

Permalink
Revert "change: biome ci"
Browse files Browse the repository at this point in the history
This reverts commit de4e8ce.
  • Loading branch information
shm11C3 committed Sep 29, 2024
1 parent de4e8ce commit a8eae3b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 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,12 +38,8 @@ jobs:
- name: install frontend dependencies
run: npm ci

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

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

0 comments on commit a8eae3b

Please sign in to comment.