Skip to content

Bump phpstan/phpstan from 1.11.3 to 1.11.4 #189

Bump phpstan/phpstan from 1.11.3 to 1.11.4

Bump phpstan/phpstan from 1.11.3 to 1.11.4 #189

Workflow file for this run

name: Spellcheck
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
incremental_files_only: true