Skip to content

Remove tip

Remove tip #8

Workflow file for this run

name: markdownlint
on:
# push:
# branches: [master, main]
pull_request:
branches: [master, main]
jobs:
linting:
name: "Markdown linting"
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run Markdown Lint
uses: actionshub/markdownlint@main
with:
#args: "**/*.md"

Check failure on line 19 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 19
args: ["--ignore", "altindex.md" "photography/index.md"]