Skip to content

Use the HEAD method when fetching as it is more efficient and prevents 30-second delay when node exits. #351

Use the HEAD method when fetching as it is more efficient and prevents 30-second delay when node exits.

Use the HEAD method when fetching as it is more efficient and prevents 30-second delay when node exits. #351

Workflow file for this run

name: "Markdown"
on:
push:
branches:
- main
pull_request:
branches:
- main
# paths:
# - '**/*.md'
jobs:
markdownlint:
name: 'Lint'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown Linting
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .