test: Workflows
This commit is contained in:
parent
23e8e092cc
commit
4529ccef7d
2 changed files with 6 additions and 7 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -28,9 +28,6 @@ jobs:
|
|||
- name: build cache
|
||||
run: |
|
||||
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
|
||||
id: build
|
||||
|
@ -40,6 +37,9 @@ jobs:
|
|||
run: |
|
||||
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
|
||||
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}
|
||||
|
|
|
@ -73,7 +73,6 @@ import HepLean.SpaceTime.LorentzGroup.Proper
|
|||
import HepLean.SpaceTime.LorentzGroup.Rotations
|
||||
import HepLean.SpaceTime.Metric
|
||||
import HepLean.SpaceTime.SL2C.Basic
|
||||
import HepLean.StandardModel.Basic
|
||||
import HepLean.StandardModel.HiggsBoson.Basic
|
||||
import HepLean.StandardModel.HiggsBoson.TargetSpace
|
||||
import HepLean.StandardModel.HiggsBoson.Basic
|
||||
import HepLean.StandardModel.Representations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue