mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 13:47:06 +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
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
@@ -5,3 +5,4 @@ testpaths =
|
||||
filterwarnings =
|
||||
ignore::DeprecationWarning
|
||||
ignore::UserWarning
|
||||
ignore::FutureWarning
|
||||
|
||||
Reference in New Issue
Block a user