mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
Run typos workflows once where appropriate
This commit is contained in:
6
.github/workflows/typos.yml
vendored
6
.github/workflows/typos.yml
vendored
@@ -1,9 +1,11 @@
|
|||||||
---
|
---
|
||||||
# yamllint disable rule:line-length
|
|
||||||
name: Typos
|
name: Typos
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ testpaths =
|
|||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore::DeprecationWarning
|
ignore::DeprecationWarning
|
||||||
ignore::UserWarning
|
ignore::UserWarning
|
||||||
|
ignore::FutureWarning
|
||||||
|
|||||||
Reference in New Issue
Block a user