mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
13 lines
275 B
YAML
13 lines
275 B
YAML
---
|
|
name: Markdown-lint
|
|
on: workflow_call
|
|
jobs:
|
|
markdown-lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Markdown-lint
|
|
uses: reviewdog/action-markdownlint@v0
|
|
with:
|
|
markdownlint_flags: '-s .mdl_style.rb'
|