Skip to content

Bump phpstan/phpstan from 1.10.27 to 1.10.28 #97

Bump phpstan/phpstan from 1.10.27 to 1.10.28

Bump phpstan/phpstan from 1.10.27 to 1.10.28 #97

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@v3
- uses: streetsidesoftware/cspell-action@v2
with:
incremental_files_only: true