refactor: action
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s

This commit is contained in:
Methapon2001 2025-02-26 10:55:57 +07:00
parent c9483465b0
commit 4c23cecc5c
2 changed files with 3 additions and 10 deletions

View file

@ -0,0 +1,21 @@
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