Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3cafc8e6
Unverified
Commit
3cafc8e6
authored
Jan 11, 2023
by
Chris Wayne
Committed by
GitHub
Jan 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RIP Codespell (#6701)
* RIP Codespell Signed-off-by:
Chris Wayne
<
cwayne18@gmail.com
>
parent
fd8481a2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
33 deletions
+1
-33
.codespellignore
.codespellignore
+0
-7
spellcheck.yaml
.github/workflows/spellcheck.yaml
+0
-24
Dockerfile.test
Dockerfile.test
+1
-2
No files found.
.codespellignore
deleted
100644 → 0
View file @
fd8481a2
aks
ec2
eks
gce
gcp
ro
shouldnot
.github/workflows/spellcheck.yaml
deleted
100644 → 0
View file @
fd8481a2
name
:
Codespell
on
:
push
:
pull_request
:
branches
:
-
master
workflow_dispatch
:
{}
jobs
:
spellcheck
:
name
:
Spell Check
runs-on
:
ubuntu-20.04
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
with
:
fetch-depth
:
1
-
name
:
Set up Python 🐍
uses
:
actions/setup-python@v4
-
name
:
Install codespell
run
:
|
python -m pip install --upgrade pip
pip install codespell
-
name
:
Check spelling
run
:
codespell --skip=.git,./scripts,MAINTAINERS,LICENSE,go.mod,go.sum --check-filenames --ignore-regex=.te# --ignore-words=.codespellignore
Dockerfile.test
View file @
3cafc8e6
...
...
@@ -27,8 +27,7 @@ RUN OS=linux; \
tar
-
xzf
-
-
C
/
usr
/
local
/
bin
;
\
fi
;
\
curl
-
fsL
https
://
storage
.
googleapis
.
com
/
kubernetes
-
release
/
release
/
$
{
RELEASE
}
/
bin
/
linux
/
$
{
ARCH
}
/
kubectl
-
o
/
usr
/
local
/
bin
/
kubectl
;
\
chmod
a
+
x
/
usr
/
local
/
bin
/
kubectl
;
\
pip
install
codespell
chmod
a
+
x
/
usr
/
local
/
bin
/
kubectl
;
ENV
TEST_CLEANUP
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment