Skip to content

Only show "Employer not listed?" after search #232

Only show "Employer not listed?" after search

Only show "Employer not listed?" after search #232

Workflow file for this run

name: CI Documentation Checks
# TODO: Re-enable me!
on: []
# push:
# branches: [ main ]
# paths: ['app/**']
# pull_request:
# paths: ['app/**']
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# This is the GitHub Actions-friendly port of the linter used in the Makefile.
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-quiet-mode: 'yes' # errors only.
config-file: '.github/workflows/markdownlint-config.json'