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 2020 with :
2121 node-version : 22.x
2222 - name : Install Redrun
23- run : bun i yarn redrun -g --no-save
23+ run : bun i redrun -g --no-save
2424 - name : NPM Install
25- run : yarn --no-lockfile
25+ run : bun i --no-save
2626 - name : Lint
2727 run : redrun lint
2828 - name : Build
Original file line number Diff line number Diff line change 2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - name : Install Redrun
24- run : bun i yarn redrun -g --no-save
24+ run : bun i redrun -g --no-save
2525 - name : Install
26- run : yarn --no-lockfile
26+ run : bun i --no-save
2727 - name : Lint
2828 run : redrun fix:lint
2929 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 77 " fontello.json"
88 ],
99 "rules" : {
10- "github/convert-npm-to-bun" : " off" ,
1110 "github/set-node-versions" : " off"
1211 },
1312 "match" : {
You can’t perform that action at this time.
0 commit comments