update ci

- remove submodules init
- pre-commit: forbid new submodule, run in ci
This commit is contained in:
hathach
2023-03-17 15:54:25 +07:00
parent 323a56e309
commit 2faad42cb1
9 changed files with 10 additions and 29 deletions

View File

@@ -26,6 +26,9 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v3
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
- name: Run codespell
uses: codespell-project/actions-codespell@master