Skip to content

build(deps): bump actions/checkout from 6 to 7 #103

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

build(deps): bump actions/checkout from 6 to 7 #103

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- uses: golangci/golangci-lint-action@v9
with:
version: latest