Merge pull request #2020 from anbraten/use-crowdin-action #1
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: Tests | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: oven-sh/setup-bun@v1 | |
- name: spellcheck | |
run: | | |
bunx cspell lint --no-progress --gitignore '{**,.*}/{*,.*}' |