Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin markdown lint in workflows to 3.12.2 #2896

Merged
merged 1 commit into from
Nov 15, 2024
Merged

pin markdown lint in workflows to 3.12.2 #2896

merged 1 commit into from
Nov 15, 2024

Conversation

vasireddy99
Copy link
Contributor

Description:

Fix workflows and check-links

Pinning markdown-link-check to v3.12.2 because of this tcort/markdown-link-check#369

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@vasireddy99 vasireddy99 requested a review from a team as a code owner November 15, 2024 17:48
@vasireddy99 vasireddy99 changed the title pin markdown lint due to 3.12.2 pin markdown lint in workflows to 3.12.2 Nov 15, 2024
@@ -49,7 +49,7 @@ jobs:
echo "MDS=$(git diff --name-only --diff-filter=ACMRTUXB $(git merge-base origin/${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.sha }}) ${{ github.event.pull_request.head.sha }} | grep .md$ | grep -v vendor/ | xargs)" >> $GITHUB_ENV

- name: Install markdown-link-check
run: npm install -g markdown-link-check
run: npm install -g markdown-link-check@3.12.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when do we expect to be able to unpin this?

Copy link
Contributor Author

@vasireddy99 vasireddy99 Nov 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shall unpin once the issue is resolved upstream - tcort/markdown-link-check#369. No ETA atm, but this should be fine for now.

@vasireddy99 vasireddy99 merged commit 627555a into main Nov 15, 2024
27 checks passed
@vasireddy99 vasireddy99 deleted the markdowlint branch November 15, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants