Skip to content

Bump pytest from 8.1.1 to 8.1.2 in /test #524

Bump pytest from 8.1.1 to 8.1.2 in /test

Bump pytest from 8.1.1 to 8.1.2 in /test #524

Workflow file for this run

name: Codespell
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
spell-check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
uses: actions/checkout@v4
-
name: Spell-Checking
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore