Skip to content

silence inline html #16

silence inline html

silence inline html #16

Workflow file for this run

name: CI
on:
push:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- run: ls -a
- name: run markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
config: '.markdownlint.yaml'
args:
- "**/*.md"

Check failure on line 20 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 20, Col: 13): A sequence was not expected
- "--disable"
- "MD033"