Check more files with Codespell

pull/105/head
Daniele Forsi 2021-12-19 19:58:51 +01:00
rodzic 45246e636f
commit 1600023c54
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ jobs:
run: |
pip install codespell
echo "===== CODESPELL ====="
codespell -L 'rcall' *.c *.h wsprd/*.c wsprd/*.h
codespell -L 'rcall' *.md *.c *.h wsprd/*.c wsprd/*.h .github/workflows/ci.yml
- name: Unit-Test
run: |