Skip to content

Commit 6683053

Browse files
committed
finalize
1 parent 57d23c7 commit 6683053

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Run pre-commit
3636
uses: pre-commit/[email protected]
3737

38-
- name: Run codespell
39-
uses: codespell-project/actions-codespell@master
40-
4138
- name: Build Fuzzer
4239
run: |
4340
export CC=clang

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v2.2.4
1616
hooks:
1717
- id: codespell
18-
args: [-w]
18+
#args: [-w]
1919
exclude: ^lib/
2020

2121
- repo: local

0 commit comments

Comments
 (0)