From e1c8798eac255b45ded04d25871b5021af97fd57 Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Sun, 16 Jun 2024 20:25:19 +0530 Subject: [PATCH] ci: update working directory --- .github/workflows/validate-embedded-examples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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