Skip to content

Adjust workflow

Adjust workflow #14

Workflow file for this run

name: markdownlint
on:
# push:
# branches: [master, main]
pull_request:
branches: [main]
jobs:
linting:
name: "Markdown linting"
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2

Check failure on line 15 in .github/workflows/mdlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mdlint.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Run Markdown Lint
uses: actionshub/markdownlint@main
#with:
#args: "**/*.md"
filesToIgnoreRegex: "docs\\/altindex.md"