Skip to content

Release 2.6.1 - Version detecting with data.win instead of exe (#96) #227

Release 2.6.1 - Version detecting with data.win instead of exe (#96)

Release 2.6.1 - Version detecting with data.win instead of exe (#96) #227

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