Skip to content

Bump actions/checkout from 5 to 6 in the actions-dependencies group #37

Bump actions/checkout from 5 to 6 in the actions-dependencies group

Bump actions/checkout from 5 to 6 in the actions-dependencies group #37

Workflow file for this run

name: CI Tests
on:
push:
branches: main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lean:
name: Lean Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: leanprover/lean-action@v1
with:
build-args: "--wfail"