diff --git a/.github/workflows/validate-embedded-examples.yml b/.github/workflows/validate-embedded-examples.yml index ecddcc74..8266f041 100644 --- a/.github/workflows/validate-embedded-examples.yml +++ b/.github/workflows/validate-embedded-examples.yml @@ -23,4 +23,5 @@ jobs: run: npm install working-directory: ./scripts/validation/ - name: Validate AsyncAPI documents - run: npm run validate:examples \ No newline at end of file + run: npm run validate:examples + working-directory: ./scripts/validation/ \ No newline at end of file