We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe19838 commit bc4ade4Copy full SHA for bc4ade4
README.md
@@ -322,15 +322,19 @@ with:
322
323
(optional)
324
325
-If set to true and the action verify the configuration file against the JSONSchema.
+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.
330
331
<details>
332
<summary>Example</summary>
333
334
```yml
335
uses: golangci/golangci-lint-action@v6
336
with:
- verify: true
337
+ verify: false
338
# ...
339
```
340
0 commit comments