Skip to content

build(deps): bump actions/checkout from 5 to 6 #401

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #401

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.6