We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b36a14 commit 4b28153Copy full SHA for 4b28153
.github/workflows/spelling.yaml
@@ -21,6 +21,6 @@ jobs:
21
fetch-depth: 0
22
23
- name: Check Spelling
24
- uses: codespell-project/actions-codespell@master
+ uses: codespell-project/actions-codespell@v1.0
25
with:
26
check_filenames: true
exe/arduino_ci.rb
@@ -100,7 +100,7 @@ def terminate(final = nil)
100
end
101
102
# make a nice status line for an action and react to the action
103
-# TODO / note to self: inform_multline is tougher to write
+# TODO / note to self: inform_multiline is tougher to write
104
# without altering the signature because it only leaves space
105
# for the checkmark _after_ the multiline, it doesn't know how
106
# to make that conditionally the body
0 commit comments