There was an error while loading. Please reload this page.
1 parent fe19838 commit 5c3cffeCopy full SHA for 5c3cffe
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.
+This option is `true` by default.
326
+
327
+If the GitHub Action detects configuration file the validation will be performed unless this option is set to `false`.
328
329
+The JSONSchema used to validate the configuration depends on the version of golangci-lint you are using.
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