Skip to content

Commit bc4ade4

Browse files
committed
docs: improve verify option explanation
1 parent fe19838 commit bc4ade4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,19 @@ with:
322322

323323
(optional)
324324

325-
If set to true and the action verify the configuration file against the JSONSchema.
325+
The JSONSchema used to validate the configuration depends on the version of golangci-lint you are using.
326+
327+
This option is `true` by default.
328+
329+
If set to `false` the action will not verify the configuration file against the JSONSchema.
326330

327331
<details>
328332
<summary>Example</summary>
329333

330334
```yml
331335
uses: golangci/golangci-lint-action@v6
332336
with:
333-
verify: true
337+
verify: false
334338
# ...
335339
```
336340

0 commit comments

Comments
 (0)