Skip to content

Fix build errors for continuous integration #2

Fix build errors for continuous integration

Fix build errors for continuous integration #2

Workflow file for this run

on:
schedule:
- cron: '0 2 * * *' # once a day at 2am UTC

Check failure on line 4 in .github/workflows/upgrade_lean.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upgrade_lean.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
jobs:
upgrade_lean:
runs-on: ubuntu-latest
name: Bump Lean and dependency versions
steps:
- name: checkout project
uses: actions/checkout@v2
- name: upgrade Lean and dependencies
uses: leanprover-contrib/lean-upgrade-action@master
with:
repo: ${{ github.repository }}
access-token: ${{ secrets.GITHUB_TOKEN }}
- name: update version branches
uses: leanprover-contrib/update-versions-action@master