summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-17 18:44:30 +0700
committerhathach <[email protected]>2023-03-17 18:44:30 +0700
commit6683053f4827b682f51c56ed664e440c0286de80 (patch)
tree46c80d419889884f13baf8467edb5d363b68b295
parent57d23c7a68b37555cfe1c8a8dc4c0983fb07f0e9 (diff)
finalize
-rw-r--r--.github/workflows/pre-commit.yml3
-rw-r--r--.pre-commit-config.yaml2
2 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 86c106151..ab416bc52 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -35,9 +35,6 @@ jobs:
- name: Run pre-commit
uses: pre-commit/[email protected]
- - name: Run codespell
- uses: codespell-project/actions-codespell@master
-
- name: Build Fuzzer
run: |
export CC=clang
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d37c27d40..7fa6f52ee 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
- args: [-w]
+ #args: [-w]
exclude: ^lib/
- repo: local