Skip to content

Merge pull request #107 from artichoke/dependabot/github_actions/gha-… #152

Merge pull request #107 from artichoke/dependabot/github_actions/gha-…

Merge pull request #107 from artichoke/dependabot/github_actions/gha-… #152

---
"on":
push:
branches:
- trunk
paths:
- .github/markdown-link-check.json
- .github/workflows/markdown-link-check.yaml
- "**/*.md"
pull_request:
branches:
- trunk
paths:
- .github/markdown-link-check.json
- .github/workflows/markdown-link-check.yaml
- "**/*.md"
schedule:
- cron: "0 0 * * TUE"
name: Markdown Links Check
jobs:
check-links:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Ruby toolchain
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
- name: Check for broken links in markdown files
run: bundle exec rake release:markdown_link_check