Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 #229

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0

Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 #229

Workflow file for this run

---
name: Code Linter
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout=3m
version: latest