File tree 3 files changed +4
-11
lines changed
3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 7
7
- main
8
8
9
9
jobs :
10
- formatting :
11
- runs-on : ubuntu-22.04
12
- steps :
13
- - uses : actions/checkout@v4
14
- - uses : ./.github/actions/setup
15
- - run : bun format:check
16
- type-check :
10
+ check :
17
11
runs-on : ubuntu-22.04
18
12
steps :
19
13
- uses : actions/checkout@v4
20
14
- uses : ./.github/actions/setup
21
15
- run : bun generate:types
22
- - run : bun compile
16
+ - run : bun check
23
17
tests :
24
18
runs-on : ubuntu-22.04
25
19
steps :
Original file line number Diff line number Diff line change 11
11
"docker:build:amd" : " bun docker:build --platform linux/amd64" ,
12
12
"docker:push" : " bun docker:build --platform linux/amd64 && docker push aklinker1/store-api" ,
13
13
"postinstall" : " simple-git-hooks" ,
14
- "format" : " prettier --write ." ,
15
- "format:check" : " prettier --check ." ,
16
- "compile" : " tsc --noEmit"
14
+ "check" : " check"
17
15
},
18
16
"dependencies" : {
19
17
"consola" : " ^3.2.3" ,
23
21
"picocolors" : " ^1.0.0"
24
22
},
25
23
"devDependencies" : {
24
+ "@aklinker1/check" : " ^1.2.0" ,
26
25
"bun-types" : " latest" ,
27
26
"code-block-writer" : " ^12.0.0" ,
28
27
"lint-staged" : " ^15.2.2" ,
You can’t perform that action at this time.
0 commit comments