Skip to content

🤖 Update the list of historical stdlibs #102

🤖 Update the list of historical stdlibs

🤖 Update the list of historical stdlibs #102

Workflow file for this run

name: Check Historical Stdlib Generator
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
check_hsg:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
# version: '1'
version: 'nightly'
- uses: julia-actions/cache@v2
- run: julia --color=yes .ci/check_hsg.jl