jws-frontend/.forgejo/workflows/spellcheck.yaml
Methapon2001 4c23cecc5c
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
refactor: action
2025-02-26 10:55:57 +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