Skip to content

Bump super-linter/super-linter from 6.3.0 to 6.3.1 #919

Bump super-linter/super-linter from 6.3.0 to 6.3.1

Bump super-linter/super-linter from 6.3.0 to 6.3.1 #919

Workflow file for this run

name: spell-check
on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- run: npx cspell@5.2.1 "**/*"