We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eb322c + f0e387c commit aa25e7cCopy full SHA for aa25e7c
.github/workflows/codespell.yml
@@ -0,0 +1,14 @@
1
+---
2
+name: Codespell - Spellcheck
3
+
4
+on: # yamllint disable-line rule:truthy
5
+ push:
6
+ branches: [master]
7
+ pull_request:
8
9
10
+jobs:
11
+ codespell:
12
+ uses: "dev-sec/.github/.github/workflows/codespell.yml@main"
13
+ with:
14
+ ignore_words_list: "aks"
libraries/process_env_var.rb
@@ -42,6 +42,6 @@ def params
42
end
43
44
def to_s
45
- "Enviroment variables for #{@process}"
+ "Environment variables for #{@process}"
46
47
0 commit comments