Skip to content

Commit

Permalink
Fix docs rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Jul 18, 2022
1 parent 95fea5a commit efccb76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The easiest way of using `pint` with GitHub Actions is by using
[prymitive/pint-action](https://github.com/prymitive/pint-action).
Here's an example workflow:

{% raw %}
```yaml
name: pint

Expand All @@ -66,8 +67,10 @@ jobs:
uses: prymitive/pint-action@v1
with:
token: ${{ github.token }}
# directory containing Prometheus rules
workdir: 'rules'
```
{% endraw %}
To customize pint checks create a `.pint.hcl` file in the root of your repository.
See [Configuration](configuration.md) for a description of all options.
Expand Down

0 comments on commit efccb76

Please sign in to comment.