Skip to content

Commit 806e7ea

Browse files
committed
Adds the chocolatey installation of pluginval in the documentation about the CI integration.
1 parent a037330 commit 806e7ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Adding pluginval to CI.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ $ ./pluginval --validate-in-process --output-dir "./bin" --validate "<path_to_pl
3636
> pluginval.exe --validate-in-process --output-dir "./bin" --validate "<path_to_plugin>"
3737
> if %ERRORLEVEL% neq 0 exit /b 1
3838
```
39+
40+
##### Chocolatey (Windows)
41+
```sh
42+
> choco install pluginval
43+
```

0 commit comments

Comments
 (0)