Update build.yml
This commit is contained in:
parent
e389134122
commit
23e8e092cc
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -28,7 +28,10 @@ jobs:
|
||||||
- name: build cache
|
- name: build cache
|
||||||
run: |
|
run: |
|
||||||
lake exe cache get
|
lake exe cache get
|
||||||
|
- name: check file imports
|
||||||
|
run: |
|
||||||
|
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports"
|
||||||
|
|
||||||
- name: build HepLean
|
- name: build HepLean
|
||||||
id: build
|
id: build
|
||||||
uses: liskin/gh-problem-matcher-wrap@v3
|
uses: liskin/gh-problem-matcher-wrap@v3
|
||||||
|
@ -37,10 +40,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build -KCI | tee stdout.log"
|
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build -KCI | tee stdout.log"
|
||||||
|
|
||||||
- name: check file imports
|
|
||||||
run: |
|
|
||||||
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports"
|
|
||||||
|
|
||||||
- name: lint HepLean
|
- name: lint HepLean
|
||||||
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
|
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
|
||||||
id: lint
|
id: lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue