feat: add typo check on push

This commit is contained in:
Methapon2001 2025-02-25 17:56:41 +07:00
parent 45482c3a1b
commit 9c55a37991

24
.github/workflows/spellcheck.yaml vendored Normal file
View file

@ -0,0 +1,24 @@
name: Spelling
permissions:
contents: read
on:
push:
branches:
- develop
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