Skip to content

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.27.2 (#73) #77

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.27.2 (#73)

build(deps): Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.27.2 (#73) #77

Workflow file for this run

name: Linter
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
lint:
name: Run Linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.3.0
args: --timeout=5m --issues-exit-code=0 --verbose
cache: true