Skip to content

ci: Use woke from linux-system-roles/lsr-woke-action #8

ci: Use woke from linux-system-roles/lsr-woke-action

ci: Use woke from linux-system-roles/lsr-woke-action #8

Workflow file for this run

---
# yamllint disable rule:line-length
name: Markdown Lint
on: # yamllint disable-line rule:truthy
pull_request:
merge_group:
branches:
- main
types:
- checks_requested
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Update pip, git
run: |
set -euxo pipefail
sudo apt update
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v3
# CHANGELOG.md is generated automatically from PR titles and descriptions
# It might have issues but they are not critical
- name: Lint all markdown files except for CHANGELOG.md
uses: docker://avtodev/markdown-lint:master
with:
args: >---ignore=CHANGELOG.md

Check failure on line 35 in .github/workflows/markdownlint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/markdownlint.yml

Invalid workflow file

You have an error in your yaml syntax on line 35
**/*.md
config: .markdownlint.yaml