Skip to content

Commit

Permalink
docs: Update README.md (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Dec 11, 2024
1 parent b13a106 commit acd4368
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ vale path/to/your/file

A detailed output will display the suggestions and errors in the documentation.

### Override Vale Version

You can override the Vale version used in the GitHub Action workflow by specifying the version in the YAML template. Below is an example you can use as a reference.

```shell
vale:
needs: [run-ci]
uses: spectrocloud/spectro-vale-pkg/.github/workflows/vale.yml@main
with:
version: '3.9.1'
```


## Contribution

For more information on contributing to this repository, please refer to the [Contribution Guide](docs/CONTRIBUTION.md).

0 comments on commit acd4368

Please sign in to comment.