File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
node-version : 22.x
22
22
- name : Install Redrun
23
- run : bun i yarn redrun -g --no-save
23
+ run : bun i redrun -g --no-save
24
24
- name : NPM Install
25
- run : yarn --no-lockfile
25
+ run : bun i --no-save
26
26
- name : Lint
27
27
run : redrun lint
28
28
- name : Build
Original file line number Diff line number Diff line change 21
21
with :
22
22
node-version : ${{ matrix.node-version }}
23
23
- name : Install Redrun
24
- run : bun i yarn redrun -g --no-save
24
+ run : bun i redrun -g --no-save
25
25
- name : Install
26
- run : yarn --no-lockfile
26
+ run : bun i --no-save
27
27
- name : Lint
28
28
run : redrun fix:lint
29
29
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 7
7
" fontello.json"
8
8
],
9
9
"rules" : {
10
- "github/convert-npm-to-bun" : " off" ,
11
10
"github/set-node-versions" : " off"
12
11
},
13
12
"match" : {
You can’t perform that action at this time.
0 commit comments