Skip to content

chore: bump actions/setup-python from 6 to 7 in the github-actions group #533

chore: bump actions/setup-python from 6 to 7 in the github-actions group

chore: bump actions/setup-python from 6 to 7 in the github-actions group #533

Workflow file for this run

name: ci
on:
push:
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: pipx run codespell
ruff_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: pipx run ruff check --output-format=github