Skip to content

Add LTS v1&v2 (v1.16&v1.17) support + removed Bike Explosion (#84) #183

Add LTS v1&v2 (v1.16&v1.17) support + removed Bike Explosion (#84)

Add LTS v1&v2 (v1.16&v1.17) support + removed Bike Explosion (#84) #183

Workflow file for this run

name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches: [main, release]
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.{asl,md}
incremental_files_only: false