Skip to content

Direct Instant slack alert #24

Direct Instant slack alert

Direct Instant slack alert #24

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'