File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 - name : Install Redrun
26- run : bun install redrun -g --no-save
26+ run : bun install redrun yarn -g --no-save
2727 - name : Install
28- run : bun i --no-save
28+ run : bun i -f - -no-save
2929 - name : Lint
3030 run : redrun fix:lint
3131 - name : Install Rust
Original file line number Diff line number Diff line change 3232 }
3333 },
3434 "rules" : {
35- "putout/apply-lowercase-to-node-builders" : " on " ,
36- "putout/declare" : " on " ,
35+ "putout/apply-lowercase-to-node-builders" : " off " ,
36+ "putout/declare" : " off " ,
3737 "remove-useless-spread/object" : [" off" , {
3838 "exclude" : " module.exports.rules = __"
39- }]
39+ }],
40+ "github/convert-npm-to-bun" : " off"
4041 },
4142 "ignore" : [
4243 " .husky" ,
You can’t perform that action at this time.
0 commit comments