New Failure Technique for 1.4.13 Content on hover or focus when popup content cannot be dismissed #1834
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: Check Spelling | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| spellcheck: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: streetsidesoftware/cspell-action@v8 | |
| with: | |
| # incremental_files_only would scan every file in the PR, | |
| # even those that would typically be ignored | |
| incremental_files_only: false |