This commit is contained in:
hathach 2023-03-17 18:44:30 +07:00
parent 57d23c7a68
commit 6683053f48
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
2 changed files with 1 additions and 4 deletions

View File

@ -35,9 +35,6 @@ jobs:
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
- name: Run codespell
uses: codespell-project/actions-codespell@master
- name: Build Fuzzer
run: |
export CC=clang

View File

@ -15,7 +15,7 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
args: [-w]
#args: [-w]
exclude: ^lib/
- repo: local