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

Add a link checker to CI #253

Closed
3 tasks
colin-axner opened this issue Jul 13, 2021 · 1 comment · Fixed by #377
Closed
3 tasks

Add a link checker to CI #253

colin-axner opened this issue Jul 13, 2021 · 1 comment · Fixed by #377
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@colin-axner
Copy link
Contributor

Summary

It'd be nice to know which links are broken via a link checker


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@colin-axner
Copy link
Contributor Author

Add

name: Check Markdown links
on: [push, pull_request]
jobs:
  markdown-link-check:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: gaurav-nelson/github-action-markdown-link-check@v1

to .github/workflows/link-check.yml

@colin-axner colin-axner added the good first issue Good for newcomers label Aug 23, 2021
@damiannolan damiannolan self-assigned this Sep 6, 2021
@crodriguezvega crodriguezvega added this to the 2.0.0 milestone Sep 17, 2021
CosmosCar pushed a commit to caelus-labs/ibc-go that referenced this issue Nov 6, 2023
…#253)

Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases)
- [Commits](multiformats/go-multiaddr@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/multiformats/go-multiaddr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Zdybał <tomek@zdybal.lap.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants