Merge pull request #56 from Guenael/guenael

feat(CI): codespell added to the pipeline
pull/57/head
Guenael, VA2GKA 2021-12-04 20:46:52 -05:00 zatwierdzone przez GitHub
commit 99e9c3d6b4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -49,5 +49,11 @@ jobs:
echo "===== CPPLINT ====="
cpplint --linelength=1000 --extensions=c --headers=h --recursive * || true
- name: Codespell check (beacause of my spelling...)
run: |
pip install codespell
echo "===== CODESPELL ====="
codespell -L 'rcall' *.c *.h wsprd/*.c wsprd/*.h
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1