Skip to content

update missing changelog entries for 1.11 and 1.12 #10

update missing changelog entries for 1.11 and 1.12

update missing changelog entries for 1.11 and 1.12 #10

Workflow file for this run

name: code quality checks
on:
pull_request:
jobs:
pre-commit:
name: run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: 1
- run: |
julia --project=@runic -e '
using Pkg
Pkg.add("Runic")'
env:
PYTHON: ""
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]