Skip to content

add build workflow

add build workflow #4

Workflow file for this run

name: Build
on:
push:
branches: ["**"]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Julian/setup-lean@v1
inputs:

Check failure on line 11 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 11, Col: 7): Unexpected value 'inputs'
default-toolchain-file: lean-toolchain
- run: lake build Lott LottExamples