Skip to content

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.20.2 #6191

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.20.2

chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.20.2 #6191

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