Skip to content

fix(deps): update module github.com/prometheus/common to v0.44.0 #260

fix(deps): update module github.com/prometheus/common to v0.44.0

fix(deps): update module github.com/prometheus/common to v0.44.0 #260

Workflow file for this run

name: Generate Mixin Artifacts
on:
pull_request:
push:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: kobtea/setup-jsonnet-action@v1
- run: |
cd mixin
jb install
jsonnet -S alerts.jsonnet
rm -rf ../chart/dashboards
mkdir -p ../chart/dashboards
jsonnet -J vendor -m ../chart/dashboards dashboards.jsonnet
- uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3