Skip to content

Commit

Permalink
ci: update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Jun 16, 2024
1 parent 71eebd5 commit e1c8798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-embedded-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
run: npm install
working-directory: ./scripts/validation/
- name: Validate AsyncAPI documents
run: npm run validate:examples
run: npm run validate:examples
working-directory: ./scripts/validation/

0 comments on commit e1c8798

Please sign in to comment.