refactor: workflows

This commit is contained in:
Methapon2001 2025-02-26 11:32:23 +07:00
parent 9c55a37991
commit ccbf21f71d
2 changed files with 2 additions and 4 deletions

View file

@ -0,0 +1,24 @@
name: Spell Check
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