jws-backend/.forgejo/workflows/spellcheck.yaml
Methapon2001 60be5f5103
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
chore(ci): update spellcheck event
2025-02-27 17:32:25 +07:00

21 lines
366 B
YAML

name: Spell Check
permissions:
contents: read
on: [push, pull_request]
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