From 8228a1b6ed1b04c05f8bf2433e52e23de8a8298b Mon Sep 17 00:00:00 2001 From: Francesco Bartoli Date: Mon, 26 Feb 2024 12:16:10 +0000 Subject: [PATCH] Fix removed dependency --- .github/workflows/openapi.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 874278c..0ea8b9d 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -8,7 +8,6 @@ jobs: spectral-oas: name: Lint and validate OpenAPI document for pygeoapi configuration runs-on: ubuntu-latest - needs: build steps: # Check out the repository - name: Check out the repository @@ -48,7 +47,6 @@ jobs: spectral-owasp: name: Validate OpenAPI document against OWASP Top 10 API security rules runs-on: ubuntu-latest - needs: build steps: # Check out the repository - name: Check out the repository