We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da81dd commit 4d9b412Copy full SHA for 4d9b412
README.md
@@ -135,3 +135,34 @@ uses: codespell-project/actions-codespell@v2
135
with:
136
only_warn: 1
137
```
138
+
139
+### Parameter: regex
140
141
+Regular expression that is used to find words.
142
143
+This parameter is optional.
144
145
+### Parameter: files
146
147
+Files or directories to check.
148
149
150
151
+### Parameter: after_context
152
153
+Print a number of lines of trailing context.
154
155
156
157
+### Parameter: before_context
158
159
+Print a number of lines of leading context.
160
161
162
163
+### Parameter: context
164
165
+Print a number of lines of surrounding context.
166
167
168
0 commit comments