forked from wolfSSL/wolfssl
Minor fixes
This commit is contained in:
4
.github/workflows/codespell.yml
vendored
4
.github/workflows/codespell.yml
vendored
@ -7,12 +7,10 @@ on:
|
|||||||
branches: [ '*' ]
|
branches: [ '*' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
coverity:
|
codespell:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: master
|
|
||||||
|
|
||||||
- uses: codespell-project/actions-codespell@v2.1
|
- uses: codespell-project/actions-codespell@v2.1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user