feat(CI): codespell added to the pipeline

pull/56/head
Guenael 2021-12-04 20:45:56 -05:00
rodzic 53ad980989
commit 32039a5d21
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