6S7H52IBXZKHDLIVULLYKJMA3Z2COO3JPSFSK6KUPY67WTW6FJUQC
validate-openapi:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v12
- run: nix-shell -p openapi-generator-cli --run "openapi-generator-cli validate -i ./hydra-api.yaml"
#validate-openapi:
# runs-on: ubuntu-18.04
# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 0
# - uses: cachix/install-nix-action@v12
# - run: nix-shell -p openapi-generator-cli --run "openapi-generator-cli validate -i ./hydra-api.yaml"