Skip to content

name the config

name the config #13

Workflow file for this run

name: CI
on:
push:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: run markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
args:
- "--config"

Check failure on line 17 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: 17, Col: 13): A sequence was not expected
- ".markdownlint.yaml"
- "**/*.md"