Skip to content

chore: update php version #13

chore: update php version

chore: update php version #13

Workflow file for this run

name: Typo Tests
on: [ pull_request ]
jobs:
misspell:
name: Check for typos / misspells
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run misspell with reviewdog
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}