kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Added spell check to CI
rodzic
d9b061ef89
commit
841c31daf4
|
@ -271,3 +271,15 @@ jobs:
|
|||
with:
|
||||
name: 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
|
||||
|
|
Ładowanie…
Reference in New Issue