Skip to content

Mention 2FA and "custom routing" rule for GitHub notifications #69

Mention 2FA and "custom routing" rule for GitHub notifications

Mention 2FA and "custom routing" rule for GitHub notifications #69

Workflow file for this run

name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Run mdl
uses: actionshub/markdownlint@main
with:
filesToIgnoreRegex: "SUMMARY.md"