This commit is contained in:
parent
c9483465b0
commit
4c23cecc5c
2 changed files with 3 additions and 10 deletions
21
.forgejo/workflows/spellcheck.yaml
Normal file
21
.forgejo/workflows/spellcheck.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue