Skip to content

Add missing CI triggers #1

Add missing CI triggers

Add missing CI triggers #1

Workflow file for this run

---
name: Markdown Checks and Tests
on:
push:
paths:
- '*.MD'
- '*.md'
- '.github/workflows/markdown-ci.yml'
workflow_dispatch: # enables "click to run" button
jobs:
ci:
name: Run markdownlint-cli

Check failure on line 15 in .github/workflows/markdown-ci.yml

View workflow run for this annotation

GitHub Actions / Markdown Checks and Tests

Invalid workflow file

The workflow is not valid. .github/workflows/markdown-ci.yml (Line: 15, Col: 5): Required property is missing: runs-on
steps:
- name: Run markdownlint
uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
files: |
'**/*.md'
'**/*.MD'
ignore: |
_build
deps
.git
.github
# version: 0.28.1