Skip to content

Commit

Permalink
chore: minor code update, testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Apr 5, 2024
1 parent ce9c1d6 commit 83cb5db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: |
files=$(find examples/ \( -path 'examples/social-media/*' -prune \) -o -type f \( -name "*.yml" -o -name "*.yaml" \))
echo "FILES_FOUND=$files" >> $GITHUB_ENV
env: # Set the environment variable for the entire job
FILES_FOUND: ${{ steps.find_yaml.outputs.files }}
- name: Validate AsyncAPI documents
uses: asyncapi/[email protected]
with:
Expand Down

0 comments on commit 83cb5db

Please sign in to comment.