Run typos workflows once where appropriate

This commit is contained in:
rockerBOO
2024-11-29 16:27:13 -05:00
parent dd3b846b54
commit 89825d6898
2 changed files with 5 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
---
# yamllint disable rule:line-length
name: Typos
on: # yamllint disable-line rule:truthy
on:
push:
branches:
- main
- dev
pull_request:
types:
- opened

View File

@@ -5,3 +5,4 @@ testpaths =
filterwarnings =
ignore::DeprecationWarning
ignore::UserWarning
ignore::FutureWarning