File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 44 - push
55 - pull_request
66
7+ defaults :
8+ run :
9+ shell : bash
10+
711jobs :
812 rustfmt :
913 runs-on : ubuntu-latest
3034 runs-on : ${{ matrix.os }}
3135 timeout-minutes : 60
3236
33- defaults :
34- run :
35- shell : bash
36-
3737 strategy :
3838 fail-fast : false
3939 matrix :
@@ -129,10 +129,6 @@ jobs:
129129 runs-on : ubuntu-latest
130130 timeout-minutes : 60
131131
132- defaults :
133- run :
134- shell : bash
135-
136132 steps :
137133 - uses : actions/checkout@v4
138134
@@ -155,10 +151,6 @@ jobs:
155151 runs-on : ubuntu-latest
156152 timeout-minutes : 60
157153
158- defaults :
159- run :
160- shell : bash
161-
162154 steps :
163155 - uses : actions/checkout@v4
164156
@@ -190,10 +182,6 @@ jobs:
190182 runs-on : ${{ matrix.os }}
191183 timeout-minutes : 60
192184
193- defaults :
194- run :
195- shell : bash
196-
197185 strategy :
198186 fail-fast : false
199187 matrix :
You can’t perform that action at this time.
0 commit comments