File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,24 +17,12 @@ jobs:
1717 name : ⬣ Biome lint
1818 runs-on : ubuntu-latest
1919 steps :
20- - name : 🛑 Cancel Previous Runs
21- uses : styfle/cancel-workflow-action@0.12.1
22-
23- - name : ⬇️ Checkout repo
24- uses : actions/checkout@v4
25-
26- - name : ⎔ Setup node
27- uses : actions/setup-node@v4
28- with :
29- node-version : 20
30-
31- - name : 📥 Download deps
32- uses : bahmutov/npm-install@v1
33- with :
34- useLockFile : false
35-
36- - name : 🔬 Lint
37- run : npm run lint:ci
20+ - name : ⬇️ Checkout repo
21+ uses : actions/checkout@v4
22+ - name : Setup Biome
23+ uses : biomejs/setup-biome@v2
24+ - name : Run Biome
25+ run : biome ci .
3826
3927 typecheck :
4028 name : 🔎 Type check
Original file line number Diff line number Diff line change 2424 "files.trimFinalNewlines" : true ,
2525 "[yaml]" : {
2626 "editor.defaultFormatter" : " redhat.vscode-yaml"
27+ },
28+ "[typescriptreact]" : {
29+ "editor.defaultFormatter" : " biomejs.biome"
2730 }
2831}
You can’t perform that action at this time.
0 commit comments