Skip to content

Merge pull request #19 from phip1611/dependabot/github_actions/action… #66

Merge pull request #19 from phip1611/dependabot/github_actions/action…

Merge pull request #19 from phip1611/dependabot/github_actions/action… #66

Workflow file for this run

name: QA
on: [ push, pull_request, merge_group ]
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Executes "typos ."
- uses: crate-ci/[email protected]