From efccb761ed6c690c6a13603f24c2399eee52a5fe Mon Sep 17 00:00:00 2001 From: Lukasz Mierzwa Date: Mon, 18 Jul 2022 14:52:54 +0100 Subject: [PATCH] Fix docs rendering --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index 739ae82a..89867483 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 @@ -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.