mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-13 08:58:43 +01:00
Added spell check to CI
This commit is contained in:
parent
d9b061ef89
commit
841c31daf4
12
.github/workflows/build_all.yml
vendored
12
.github/workflows/build_all.yml
vendored
@ -271,3 +271,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: sdrpp_all
|
name: sdrpp_all
|
||||||
path: sdrpp_all/
|
path: sdrpp_all/
|
||||||
|
|
||||||
|
check_spelling:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install codespell
|
||||||
|
run: apt update -y && apt install -y codespell
|
||||||
|
|
||||||
|
- name: Running codespell
|
||||||
|
run: cd $GITHUB_WORKSPACE && codespell -q 2 || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user