minor update codespell
This commit is contained in:
parent
e3cd83d584
commit
3e4e0d0be6
4 changed files with 8 additions and 10 deletions
|
|
@ -1 +0,0 @@
|
|||
* - https://github.com/torvalds/linux/blob/master/drivers/i2c/busses/i2c-tiny-usb.c
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
synopsys
|
||||
sie
|
||||
inout
|
||||
busses
|
||||
|
|
|
|||
4
.github/workflows/githubci.yml
vendored
4
.github/workflows/githubci.yml
vendored
|
|
@ -18,8 +18,8 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run codespell
|
||||
uses: codespell-project/actions-codespell@master
|
||||
- name: Run pre-commit
|
||||
uses: pre-commit/action@v3.0.0
|
||||
|
||||
- name: Checkout adafruit/ci-arduino
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# SPDX-License-Identifier: Unlicense
|
||||
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: codespell
|
||||
name: codespell
|
||||
entry: codespell
|
||||
types_or: [c, ino, c++, header]
|
||||
language: system
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.4
|
||||
hooks:
|
||||
- id: codespell
|
||||
#args: [-w]
|
||||
|
|
|
|||
Loading…
Reference in a new issue