Skip to content

chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 in the actions-all group #84

chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 in the actions-all group

chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 in the actions-all group #84

Workflow file for this run

name: golangci-lint
on: [pull_request, workflow_dispatch]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24
- name: golangci-lint
run: make lint