Skip to content

Explain when fix-interactive has no prompts #176

Explain when fix-interactive has no prompts

Explain when fix-interactive has no prompts #176

Workflow file for this run

name: "Markdown Audit"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: "**/*.md"
- name: Link Checker
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --accept 200,204,301,302,403 --exclude localhost --exclude 127.0.0.1 "**/*.md"