Skip to content

Bump stylelint from 16.2.1 to 16.3.1 #457

Bump stylelint from 16.2.1 to 16.3.1

Bump stylelint from 16.2.1 to 16.3.1 #457

Workflow file for this run

name: "Check spelling"
on:
pull_request:
branches-ignore:
- "dependabot/**"
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
spellcheck:
permissions:
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false