dependabot #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Automated testing | |
| on: | |
| push: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| spelling: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # Boilerplate | |
| - name: Checkout repository | |
| uses: actions/checkout@v5 | |
| - name: Check spelling | |
| uses: crate-ci/[email protected] | |
| with: | |
| config: .github/workflows/typos.toml |