Skip to content

Make Transitive Allowlisting Work with Signing ID rules #141

Make Transitive Allowlisting Work with Signing ID rules

Make Transitive Allowlisting Work with Signing ID rules #141

Workflow file for this run

name: Check Markdown
on:
pull_request:
paths:
- "**.md"
jobs:
markdown-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- run: "! git grep -EIn $'[ \t]+$' -- ':(exclude)*.patch'"