Skip to content

Commit

Permalink
add build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoohey31 committed Sep 19, 2024
1 parent 960f4c3 commit d80878c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build
on:
push:
branches: ["**"]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Julian/setup-lean@v1
default-toolchain-file: lean-toolchain
- run: lake build Lott LottExamples

0 comments on commit d80878c

Please sign in to comment.