Files
Kohya-ss-sd-scripts/.github/workflows/typos.yml
2024-11-29 16:27:13 -05:00

24 lines
302 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
- name: typos-action
uses: crate-ci/typos@v1.24.3