Skip to content

Merge pull request #2099 from openaps/l10n_master #2

Merge pull request #2099 from openaps/l10n_master

Merge pull request #2099 from openaps/l10n_master #2

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