Skip to content

bump version to 2.5.1 (makie update) #18

bump version to 2.5.1 (makie update)

bump version to 2.5.1 (makie update) #18

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]