Skip to content

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

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

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

Workflow file for this run

name: commit-lint
on: [pull_request]
jobs:
commit-lint:
name: Commits linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: ${{ github.event.pull_request.commits }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Commits linter
uses: bugbundle/[email protected]
id: commits
- name: Preview the version
run: echo ${{ steps.commits.outputs.major }}.${{ steps.commits.outputs.minor }}.${{ steps.commits.outputs.patch }}