Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #39

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0

chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 #39

Workflow file for this run

name: Compliance
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
commit:
name: Commit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# pick the pr HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}
- name: Conventional commit check
uses: cocogitto/[email protected]