Skip to content

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

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 #5

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make test