File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed
storage/framework/core/lint Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,16 @@ jobs:
26
26
runs-on : ${{ matrix.os }}
27
27
28
28
steps :
29
- - name : Checkout Code
29
+ - name : Checkout
30
30
uses : actions/checkout@v4
31
31
32
- - name : Setup Bun
33
- uses : oven-sh/setup-bun@v1
34
-
35
- - name : Use cached node_modules
36
- uses : actions/cache@v4
32
+ - name : Setup Biome
33
+ uses : biomejs/setup-biome@v2
37
34
with :
38
- path : node_modules
39
- key : node-modules-${{ hashFiles('**/bun.lockb') }}
40
- restore-keys : |
41
- node-modules-
42
-
43
- - name : Install Dependencies
44
- run : bun install
35
+ version : 1.7.1 # should be latest but currently fails
45
36
46
37
- name : Lint
47
- run : bun buddy lint
38
+ run : biome ci .
48
39
49
40
typecheck :
50
41
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 43
43
"prepublishOnly" : " bun run build"
44
44
},
45
45
"peerDependencies" : {
46
- "@biomejs/biome" : " 1.7.2 " ,
46
+ "@biomejs/biome" : " 1.7.1 " ,
47
47
"@commitlint/cli" : " ^19.3.0" ,
48
48
"lint-staged" : " ^15.2.2" ,
49
49
"publint" : " ^0.2.7"
50
50
},
51
51
"dependencies" : {
52
- "@biomejs/biome" : " 1.7.2 " ,
52
+ "@biomejs/biome" : " 1.7.1 " ,
53
53
"@commitlint/cli" : " ^19.3.0" ,
54
54
"lint-staged" : " ^15.2.2" ,
55
55
"publint" : " ^0.2.7"
You can’t perform that action at this time.
0 commit comments