Skip to content

build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 (#1470) #2230

build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 (#1470)

build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 (#1470) #2230

Workflow file for this run

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
# Check out the latest version of the code
- uses: actions/checkout@v4
# Checks the status of hyperlinks in *.md files in docs/
- uses: gaurav-nelson/[email protected]
with:
folder-path: "docs"
file-path: './README.md'