File tree 6 files changed +28
-28
lines changed
6 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ jobs:
157
157
158
158
- name : build mathlib
159
159
id : build
160
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
160
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
161
161
with :
162
- linters : gcc
162
+ linters : lean
163
163
run : |
164
164
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
165
165
@@ -277,23 +277,23 @@ jobs:
277
277
278
278
- name : test mathlib
279
279
id : test
280
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
280
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
281
281
with :
282
- linters : gcc
282
+ linters : lean
283
283
run :
284
284
lake --iofail test
285
285
286
286
- name : check for unused imports
287
287
id : shake
288
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
288
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
289
289
with :
290
290
linters : gcc
291
291
run : env LEAN_ABORT_ON_PANIC=1 lake exe shake --gh-style
292
292
293
293
- name : lint mathlib
294
294
if : ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
295
295
id : lint
296
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
296
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
297
297
with :
298
298
linters : gcc
299
299
run : env LEAN_ABORT_ON_PANIC=1 lake exe runLinter Mathlib
Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ jobs:
167
167
168
168
- name : build mathlib
169
169
id : build
170
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
170
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
171
171
with :
172
- linters : gcc
172
+ linters : lean
173
173
run : |
174
174
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
175
175
@@ -287,23 +287,23 @@ jobs:
287
287
288
288
- name : test mathlib
289
289
id : test
290
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
290
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
291
291
with :
292
- linters : gcc
292
+ linters : lean
293
293
run :
294
294
lake --iofail test
295
295
296
296
- name : check for unused imports
297
297
id : shake
298
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
298
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
299
299
with :
300
300
linters : gcc
301
301
run : env LEAN_ABORT_ON_PANIC=1 lake exe shake --gh-style
302
302
303
303
- name : lint mathlib
304
304
if : ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
305
305
id : lint
306
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
306
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
307
307
with :
308
308
linters : gcc
309
309
run : env LEAN_ABORT_ON_PANIC=1 lake exe runLinter Mathlib
Original file line number Diff line number Diff line change @@ -174,9 +174,9 @@ jobs:
174
174
175
175
- name : build mathlib
176
176
id : build
177
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
177
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
178
178
with :
179
- linters : gcc
179
+ linters : lean
180
180
run : |
181
181
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
182
182
@@ -294,23 +294,23 @@ jobs:
294
294
295
295
- name : test mathlib
296
296
id : test
297
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
297
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
298
298
with :
299
- linters : gcc
299
+ linters : lean
300
300
run :
301
301
lake --iofail test
302
302
303
303
- name : check for unused imports
304
304
id : shake
305
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
305
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
306
306
with :
307
307
linters : gcc
308
308
run : env LEAN_ABORT_ON_PANIC=1 lake exe shake --gh-style
309
309
310
310
- name : lint mathlib
311
311
if : ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
312
312
id : lint
313
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
313
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
314
314
with :
315
315
linters : gcc
316
316
run : env LEAN_ABORT_ON_PANIC=1 lake exe runLinter Mathlib
Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ jobs:
171
171
172
172
- name : build mathlib
173
173
id : build
174
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
174
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
175
175
with :
176
- linters : gcc
176
+ linters : lean
177
177
run : |
178
178
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
179
179
@@ -291,23 +291,23 @@ jobs:
291
291
292
292
- name : test mathlib
293
293
id : test
294
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
294
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
295
295
with :
296
- linters : gcc
296
+ linters : lean
297
297
run :
298
298
lake --iofail test
299
299
300
300
- name : check for unused imports
301
301
id : shake
302
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
302
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
303
303
with :
304
304
linters : gcc
305
305
run : env LEAN_ABORT_ON_PANIC=1 lake exe shake --gh-style
306
306
307
307
- name : lint mathlib
308
308
if : ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
309
309
id : lint
310
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
310
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
311
311
with :
312
312
linters : gcc
313
313
run : env LEAN_ABORT_ON_PANIC=1 lake exe runLinter Mathlib
Original file line number Diff line number Diff line change 57
57
58
58
- name : build mathlib
59
59
id : build
60
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
60
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
61
61
with :
62
- linters : gcc
62
+ linters : lean
63
63
run : |
64
64
lake build
65
65
Original file line number Diff line number Diff line change 41
41
42
42
- name : build mathlib
43
43
id : build
44
- uses : liskin /gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb # v3.0.0
44
+ uses : leanprover-community /gh-problem-matcher-wrap@20007cb926a46aa324653a387363b52f07709845 # 2025-04-23
45
45
with :
46
- linters : gcc
46
+ linters : lean
47
47
run : |
48
48
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build --wfail -KCI"
49
49
You can’t perform that action at this time.
0 commit comments