Skip to content

chore(deps): update github/codeql-action digest to 6624720 #3938

chore(deps): update github/codeql-action digest to 6624720

chore(deps): update github/codeql-action digest to 6624720 #3938

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: v1.22.x
cache: true
- run: go run mage.go lint