mirror of
https://github.com/huggingface/diffusers.git
synced 2025-12-30 00:11:04 +08:00
15 lines
197 B
YAML
15 lines
197 B
YAML
name: Check typos
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-22.04
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: typos-action
|
|
uses: crate-ci/typos@v1.12.4
|