Skip to content

feat(go): added more telemetry #1

feat(go): added more telemetry

feat(go): added more telemetry #1

Workflow file for this run

name: "pre_commit.yml"
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: pre_commit_${{ github.ref }}
defaults:
run:
shell: bash
jobs:
pre_commit:
name: "Pre-Commit Verify"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/mise
- run: |
pre-commit run --show-diff-on-failure --color=always --all-files
pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage=manual