Skip to content

chore(deps): Bump github.com/onsi/gomega from 1.31.0 to 1.31.1 in /src/changeloglockcleaner #1814

chore(deps): Bump github.com/onsi/gomega from 1.31.0 to 1.31.1 in /src/changeloglockcleaner

chore(deps): Bump github.com/onsi/gomega from 1.31.0 to 1.31.1 in /src/changeloglockcleaner #1814

name: "Validate OpenAPI-Specifications"
on:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
container:
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main
steps:
- name: Get Repository content
uses: actions/checkout@v4
- name: Validating OpenAPI Specifications
shell: bash
run: |
#! /usr/bin/env bash
set -eu -o pipefail
make validate-openapi-specs