check all files

pull/399/head
Tom Arra 3 years ago
parent fa00283a6d
commit 5a411afe05

@ -4,7 +4,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
on: [pull_request, push] on: [pull_request]
jobs: jobs:
build: build:
@ -14,5 +14,5 @@ jobs:
- name: Check spelling - name: Check spelling
uses: zwaldowski/cspell-action@v1 uses: zwaldowski/cspell-action@v1
with: with:
paths: "**/*.{md,html}" paths: "**/*.*"
config: .vscode/cspell.json config: .vscode/cspell.json
Loading…
Cancel
Save