Skip to content

Merge pull request #34 from FOSSBilling/dependabot/github_actions/str… #123

Merge pull request #34 from FOSSBilling/dependabot/github_actions/str…

Merge pull request #34 from FOSSBilling/dependabot/github_actions/str… #123

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