Skip to content

Bump actions/checkout from 4 to 6 #27

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #27

Workflow file for this run

on:
pull_request:
paths:
- '**.go'
- '**.yml'
- 'go.mod'
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2