Skip to content

ci: move at the speed of light (deprecate github actions runners) #1676

ci: move at the speed of light (deprecate github actions runners)

ci: move at the speed of light (deprecate github actions runners) #1676

Workflow file for this run

name: Markdown Lint
on:
pull_request:
branches:
- main
paths:
- "**.md"
- "!.github/**"
jobs:
lint:
depot-ubuntu-22.04-4
steps:

Check failure on line 12 in .github/workflows/markdown-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/markdown-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v45
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v19
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","