Skip to content

test v1-beta

test v1-beta #10

Workflow file for this run

name: Update Test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- main
- action-test
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install elan
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
echo "$HOME/.elan/bin" >> $GITHUB_PATH
shell: bash
- name: Update dependencies of ${{ github.repository }}
run: lake update
shell: bash
- name: build lean
uses: leanprover/lean-action@v1-beta
with:
test: false