Update spelchecktest.yaml

This commit is contained in:
nιcнolaѕ wιlde 2024-08-22 12:43:55 -07:00 committed by GitHub
parent 1c77042ba5
commit 3c7958b65d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,13 @@
---
on: push
on: # yamllint disable-line rule:truthy
push:
paths:
- 'docs/**'
- 'mkdocs.**'
branches:
- main
workflow_dispatch:
jobs:
spellcheck:
runs-on: ubuntu-latest