jws-backend/.forgejo/workflows/spellcheck.yaml
Methapon2001 3b59aa1e14
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
refactor(ci): allow spell check every branch
2025-02-27 11:26:38 +07:00

22 lines
353 B
YAML

name: Spell Check
permissions:
contents: read
on:
push:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@v1.29.9
with:
files: ./src