Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.2 #24

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

Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.2 #24

Workflow file for this run

# Checks if all go files have the required license header
name: License
on: [ pull_request ]
jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: viperproject/check-license-header@v2
with:
path: .
config: .github/workflows/license.conf
strict: false