Skip to content

fix(deps): update restdocs-api-spec to v0.19.0 - autoclosed #554

fix(deps): update restdocs-api-spec to v0.19.0 - autoclosed

fix(deps): update restdocs-api-spec to v0.19.0 - autoclosed #554

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Build
run: ./mvnw clean verify -Prun-its