Skip to content

Bump astral-sh/setup-uv from 6 to 7 #4527

Bump astral-sh/setup-uv from 6 to 7

Bump astral-sh/setup-uv from 6 to 7 #4527

Workflow file for this run

name: Spellcheck
on:
push:
branches: [main]
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- "**/*"
jobs:
spellcheck:
# skip draft PRs
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spellcheck
run: ./scripts/spellcheck.sh