Skip to content

Commit

Permalink
checking yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeshav committed Oct 18, 2024
1 parent 2851f74 commit 4ea65bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
echo "DOCS_CHANGED=false" >> $GITHUB_ENV
echo "No changes in docs."
fi
echo "value of $DOCS_CHANGED"
- name: Lint Markdown files
if: ${{ env.check_file_changed.DOCS_CHANGED == 'true' }}
if: ${{ $DOCS_CHANGED == 'true' }}
uses: ./.github/actions/md-lint

0 comments on commit 4ea65bd

Please sign in to comment.