Skip to content

Runs tests in CI. Maybe runs executable in CI #5

Runs tests in CI. Maybe runs executable in CI

Runs tests in CI. Maybe runs executable in CI #5

Workflow file for this run

on:
push:
pull_request:
name: build
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: leanprover/lean-action@v1
with:
check-reservoir-eligibility: false
run_executable:
steps:
- pwd

Check failure on line 19 in .github/workflows/lean.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/lean.yml (Line: 19, Col: 9): Unexpected value 'pwd' .github/workflows/lean.yml (Line: 20, Col: 9): Unexpected value 'tree'
- tree
- echo "8875913 1124087 165048 20902 185856 26055 3456 484\n1776924" | .lake/build/bin/formalqkd > output.txt
- if cat output.txt | grep -q 'SKL = 1464719'; then
echo "matched"
fi