File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Pkg Pr New CI
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - ' !main'
7
+
8
+ jobs :
9
+ release :
10
+ name : Release
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+
15
+ - name : Install bun
16
+ uses : oven-sh/setup-bun@v2
17
+
18
+ - name : Install deps
19
+ run : bun i
20
+
21
+ - name : CI
22
+ run : bun run ci
23
+
24
+ - name : Test
25
+ run : bun run test
26
+
27
+ - name : Build
28
+ run : bun run build
29
+
30
+ - name : Release
31
+ run : bunx pkg-pr-new publish
Original file line number Diff line number Diff line change 73
73
"eslint-plugin-simple-import-sort" : " ^12.1.1" ,
74
74
"eslint-plugin-sort-keys-fix" : " ^1.1.2" ,
75
75
"eslint-plugin-typescript-sort-keys" : " ^3.3.0" ,
76
- "eslint-plugin-unicorn" : " ^56 .0.1 " ,
76
+ "eslint-plugin-unicorn" : " ^54 .0.0 " ,
77
77
"eslint-plugin-unused-imports" : " ^3.2.0" ,
78
78
"gatsby-remark-find-replace" : " ^0.3.0" ,
79
79
"postcss-less" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments