mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-08 22:35:09 +00:00
27 lines
419 B
YAML
27 lines
419 B
YAML
---
|
|
name: Typos
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- dev
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- synchronize
|
|
- reopened
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
# https://woodruffw.github.io/zizmor/audits/#artipacked
|
|
persist-credentials: false
|
|
|
|
- name: typos-action
|
|
uses: crate-ci/typos@v1.28.1
|