Skip to content

Bump actions/checkout from 4 to 5 (#94) #381

Bump actions/checkout from 4 to 5 (#94)

Bump actions/checkout from 4 to 5 (#94) #381

Workflow file for this run

name: Build Iris Lean
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
# uses lean standard action with all default input values
- uses: leanprover/lean-action@v1