mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-15 08:34:10 +03:00
ci: run typos in CI
This commit is contained in:
parent
b715948575
commit
ebceaa2425
12
.github/workflows/qa.yml
vendored
Normal file
12
.github/workflows/qa.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: QA
|
||||
|
||||
on: [ merge_group, push, pull_request ]
|
||||
|
||||
jobs:
|
||||
spellcheck:
|
||||
name: Spellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# Executes "typos ."
|
||||
- uses: crate-ci/typos@v1.20.3
|
Loading…
x
Reference in New Issue
Block a user