File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : dtolnay/rust-toolchain@stable
2727 with :
2828 toolchain : ${{ inputs.rust-version }}
29+ components : rustfmt
2930 targets : ${{ inputs.targets }}
3031
3132 - name : Cache cargo
Original file line number Diff line number Diff line change 5353 uses : dtolnay/rust-toolchain@stable
5454 with :
5555 toolchain : ${{ inputs.rust-version }}
56+ components : rustfmt
5657 targets : ${{ inputs.rust-targets }}
5758
5859 - name : Normalize Tauri signing key
Original file line number Diff line number Diff line change 11export default {
2- index : '概览' ,
3- architecture : '架构总览' ,
4- logger : 'Logger 日志库' ,
2+ ' index' : '概览' ,
3+ ' architecture' : '架构总览' ,
4+ ' logger' : 'Logger 日志库' ,
55 'md-compiler' : 'MDX-Compiler 编译器' ,
66 'script-runtime' : 'Script-Runtime 运行时'
77}
Original file line number Diff line number Diff line change 1414 "validate:content" : " tsx scripts/validate-content.ts" ,
1515 "check:type" : " tsx scripts/run-next.ts typegen && tsc --project tsconfig.typecheck.json --noEmit --incremental false" ,
1616 "start" : " tsx scripts/run-next.ts start" ,
17- "lint" : " tsx scripts/validate-content.ts && eslint --cache --cache-location .eslintcache ."
17+ "lint" : " tsx scripts/validate-content.ts && eslint --cache --cache-location .eslintcache ." ,
18+ "lint:fix" : " tsx scripts/validate-content.ts && eslint --fix --cache --cache-location .eslintcache ."
1819 },
1920 "dependencies" : {
2021 "@theguild/remark-mermaid" : " catalog:" ,
You can’t perform that action at this time.
0 commit comments