remove codespell
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
This commit is contained in:
parent
35b076c882
commit
e9b79ccbd6
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
@ -5,20 +5,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
codespell:
|
|
||||||
name: codespell
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- name: Checkout Code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Codespell
|
|
||||||
uses: codespell-project/actions-codespell@master
|
|
||||||
with:
|
|
||||||
skip: .git
|
|
||||||
check_filenames: true
|
|
||||||
check_hidden: true
|
|
||||||
|
|
||||||
lint-docker-compose-file:
|
lint-docker-compose-file:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user