Skip to content

Merge pull request #2020 from anbraten/use-crowdin-action #1

Merge pull request #2020 from anbraten/use-crowdin-action

Merge pull request #2020 from anbraten/use-crowdin-action #1

Workflow file for this run

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 '{**,.*}/{*,.*}'