Skip to content

build(deps): bump the github-actions group across 1 directory with 2 updates #112

build(deps): bump the github-actions group across 1 directory with 2 updates

build(deps): bump the github-actions group across 1 directory with 2 updates #112

Workflow file for this run

---
name: lint
on:
push:
branches: [main, release-*]
pull_request:
jobs:
lint:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Set up Go stable
uses: actions/setup-go@v6.2.0
with:
go-version: stable
- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@v9.2.0