Skip to content

Remove Squiz.Strings.ConcatenationSpacing (#38) #23

Remove Squiz.Strings.ConcatenationSpacing (#38)

Remove Squiz.Strings.ConcatenationSpacing (#38) #23

Workflow file for this run

name: "Spelling"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"
jobs:
typos:
name: "Typos"
runs-on: "ubuntu-24.04"
steps:
-
name: "Check out repository"
uses: "actions/checkout@v4"
-
name: "Search for misspellings"
uses: "crate-ci/typos@master"