Skip to content

README: Add missing Gentoo CI badge #10

README: Add missing Gentoo CI badge

README: Add missing Gentoo CI badge #10

Workflow file for this run

name: "Markdown link check"
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches: [ master ]
paths:
- .github/workflows/markdown-link.yml
- '**.md'
pull_request:
branches: [ master ]
paths:
- .github/workflows/markdown-link.yml
- '**.md'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1