diff options
| author | hathach <[email protected]> | 2023-03-17 15:54:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-17 15:54:25 +0700 |
| commit | 2faad42cb1d258155f714e5140bb27bc1ed30caf (patch) | |
| tree | 456418fef89209cd3b2487ef993e3e14ef249d0d /.github/workflows/pre-commit.yml | |
| parent | 323a56e309654601d1eaeaa4114e03f750c58a36 (diff) | |
update ci
- remove submodules init
- pre-commit: forbid new submodule, run in ci
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d2150d13f..6deee872f 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -26,6 +26,9 @@ jobs: - name: Checkout TinyUSB uses: actions/checkout@v3 + - name: Run pre-commit + uses: pre-commit/[email protected] + - name: Run codespell uses: codespell-project/actions-codespell@master |
