mirror of
https://github.com/nicholaswilde/recipes.git
synced 2025-10-30 04:08:45 +00:00
Update spelchecktest.yaml
This commit is contained in:
parent
1c77042ba5
commit
3c7958b65d
10
.github/workflows/spelchecktest.yaml
vendored
10
.github/workflows/spelchecktest.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user