Skip to content

Refactor and low level rules #13

Refactor and low level rules

Refactor and low level rules #13

Workflow file for this run

name: pint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
pull-requests: write
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run pint
uses: prymitive/pint-action@v1
with:
token: ${{ github.token }}
workdir: 'composer/provisioning/prometheus'
config: '.pint.hcl'