Skip to content

Correction of another issue in the tag, use what I think should be th… #96

Correction of another issue in the tag, use what I think should be th…

Correction of another issue in the tag, use what I think should be th… #96

Workflow file for this run

name: CI
on:
push:
branches: ["main"] # replace "main" with the default branch
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# uses lean standard action with all default input values
- uses: leanprover/lean-action@v1