Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.0 #100

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.0

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.0 #100

Workflow file for this run

name: Verify
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
generate:
runs-on: ubuntu-latest
name: generate
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Run verify-generate
run: |
make verify-generate
golangci-lint:
runs-on: ubuntu-latest
name: golangci-lint
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m