Skip to content

Commit 4d9b412

Browse files
committed
Add README entries
1 parent 8da81dd commit 4d9b412

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,34 @@ uses: codespell-project/actions-codespell@v2
135135
with:
136136
only_warn: 1
137137
```
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+
This parameter is optional.
150+
151+
### Parameter: after_context
152+
153+
Print a number of lines of trailing context.
154+
155+
This parameter is optional.
156+
157+
### Parameter: before_context
158+
159+
Print a number of lines of leading context.
160+
161+
This parameter is optional.
162+
163+
### Parameter: context
164+
165+
Print a number of lines of surrounding context.
166+
167+
This parameter is optional.
168+

0 commit comments

Comments
 (0)