Skip to content

chore(deps): update codecov/codecov-action digest to 1e68e06 in .github/workflows/regression.yml #4148

chore(deps): update codecov/codecov-action digest to 1e68e06 in .github/workflows/regression.yml

chore(deps): update codecov/codecov-action digest to 1e68e06 in .github/workflows/regression.yml #4148

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
go-version: v1.22.x
cache: true
- run: go run mage.go lint