Skip to content

Update module github.com/onsi/ginkgo/v2 to v2.23.0 #329

Update module github.com/onsi/ginkgo/v2 to v2.23.0

Update module github.com/onsi/ginkgo/v2 to v2.23.0 #329

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
- release
paths-ignore:
- '*.md'
- 'docs/'
- 'examples/'
- 'hack/'
jobs:
operator-pull-request:
name: Operator Pull Request
uses: stakater/.github/.github/workflows/operator_pull_request.yaml@main
secrets:
CONTAINER_REGISTRY_URL: ghcr.io/stakater
CONTAINER_REGISTRY_USERNAME: stakater-user
CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GHCR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
with:
ENABLE_LINTING: true
ENABLE_UNIT_TESTS: true