File tree 1 file changed +4
-16
lines changed
1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 4
4
- push
5
5
- pull_request
6
6
7
+ defaults :
8
+ run :
9
+ shell : bash
10
+
7
11
jobs :
8
12
rustfmt :
9
13
runs-on : ubuntu-latest
30
34
runs-on : ${{ matrix.os }}
31
35
timeout-minutes : 60
32
36
33
- defaults :
34
- run :
35
- shell : bash
36
-
37
37
strategy :
38
38
fail-fast : false
39
39
matrix :
@@ -129,10 +129,6 @@ jobs:
129
129
runs-on : ubuntu-latest
130
130
timeout-minutes : 60
131
131
132
- defaults :
133
- run :
134
- shell : bash
135
-
136
132
steps :
137
133
- uses : actions/checkout@v4
138
134
@@ -155,10 +151,6 @@ jobs:
155
151
runs-on : ubuntu-latest
156
152
timeout-minutes : 60
157
153
158
- defaults :
159
- run :
160
- shell : bash
161
-
162
154
steps :
163
155
- uses : actions/checkout@v4
164
156
@@ -190,10 +182,6 @@ jobs:
190
182
runs-on : ${{ matrix.os }}
191
183
timeout-minutes : 60
192
184
193
- defaults :
194
- run :
195
- shell : bash
196
-
197
185
strategy :
198
186
fail-fast : false
199
187
matrix :
You can’t perform that action at this time.
0 commit comments