Skip to content

Commit

Permalink
Fix link check for vendor folders in subdirectories (#147)
Browse files Browse the repository at this point in the history
## Description

Fix link check for `vendor` folders in subdirectories

## Changes Made

Fix link check for `vendor` folders in subdirectories

## Related Issues

N/A

## Checklist

- [x] I have used a PR title that is descriptive enough for a release
note.
- [ ] I have tested these changes locally.
- [x] I have added appropriate tests or updated existing tests.
- [ ] I have tested these changes on a cluster [name of the cluster] /
customer [name of the customer]
- [ ] I have added appropriate documentation or updated existing
documentation.

---------

Co-authored-by: cosimomeli <[email protected]>
  • Loading branch information
chicco785 and cosimomeli authored Dec 16, 2024
1 parent 1664ec8 commit f031d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
git config --global user.email '[email protected]'
git commit -am "Automated markdown-lint fixes [dependabot skip]" || echo "No changes to commit"
git push
shopt -s globstar
rm -fr vendor
rm -fr */vendor
# Checks the status of hyperlinks in .md and .MD files in verbose mode (the action is case sensitive and .{MD,md})
- name: Check links (.md)
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Features

- Add workflow to create a new release (PR #145 by @chicco785)
- docker workflow: add javascript mode for cache (PR #146 by @chicco785)
- Add workflow to create a new release (PR #145 by @chicco785)
- golang workflow: include `.sql` and `.docker/*.yml` files in golang changes
filter (PR #142 by @chicco785)
- Golang & Docker workflows: add db caching to trivy (PR #138 by @chicco785)
Expand All @@ -28,6 +28,7 @@

### Bug Fixes

- Fix link check for `vendor` folders in subdirectories (PR #147 by @chicco785)
- deployment workflow: fix yaml-update-action@v1 is not available (PR #139 by
@chicco785)
- deployment workflow: fix tag version extraction (PR #137 by @cosimomeli)
Expand Down

0 comments on commit f031d2a

Please sign in to comment.