attempt: fix workflow

This commit is contained in:
jstoobysmith 2024-06-26 08:42:12 -04:00
parent 5ab53ca314
commit 6775ae17f1
5 changed files with 4 additions and 49 deletions

View file

@ -38,11 +38,8 @@ jobs:
bash -o pipefail -c "env LEAN_ABORT_ON_PANIC=1 lake build -KCI | tee stdout.log"
- name: check file imports
id : check_file_imports
uses: liskin/gh-problem-matcher-wrap@v3
with :
linters : gcc
run : env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports
run: |
env LEAN_ABORT_ON_PANIC=1 lake exe check_file_imports
- name: lint HepLean
if: ${{ always() && steps.build.outcome == 'success' || steps.build.outcome == 'failure' }}