Skip to content

Bump golangci/golangci-lint-action from 6 to 8 #102

Bump golangci/golangci-lint-action from 6 to 8

Bump golangci/golangci-lint-action from 6 to 8 #102

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Lint Code
uses: golangci/golangci-lint-action@v8