Merge pull request #400 from Lombiq/issue/OSOE-402 #3
This file contains 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: Spelling | ||
# This is the same workflow you'd find in our other submodules. Unlike the rest of the workflows in this repo, this one | ||
# is meant to actually run here, so don't call it from other repos. | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- dev | ||
jobs: | ||
spelling: | ||
Check failure on line 12 in .github/workflows/spelling-this-repo.yml GitHub Actions / SpellingInvalid workflow file
|
||
name: Spelling | ||
uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev | ||
with: | ||
additional-dictionaries: | | ||
cspell:companies/src/companies.txt |