Skip to content

Bump https://github.com/codespell-project/codespell from v2.4.1 to 2.4.3 #44

Bump https://github.com/codespell-project/codespell from v2.4.1 to 2.4.3

Bump https://github.com/codespell-project/codespell from v2.4.1 to 2.4.3 #44

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@v7
- uses: julia-actions/setup-julia@v3
with:
version: 1
- run: |
julia --project=@runic -e '
using Pkg
Pkg.add("Runic")'
env:
PYTHON: ""
- uses: actions/setup-python@v7
- uses: pre-commit/action@v3.0.1