File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,12 @@ jobs:
21
21
timeout-minutes : 30
22
22
steps :
23
23
- uses : actions/checkout@v2
24
+ - name : Install toolchain
25
+ run : rustup show
24
26
# - name: Install yarn
25
27
# run: npm install -g yarn
26
28
# - name: yarn install --no-immutable
27
29
# run: npm run init
28
- - name : Install
29
- uses : actions-rs/toolchain@v1
30
- with :
31
- profile : minimal
32
- override : true
33
30
# - name: Configure cache
34
31
# uses: actions/cache@v2
35
32
# with:
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- pnpm lint-staged
4
+ yarn lint-staged
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ [toolchain ]
2
+ profile = " default"
3
+ channel = " 1.62.0"
You can’t perform that action at this time.
0 commit comments