mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
15 lines
291 B
YAML
15 lines
291 B
YAML
---
|
|
name: Markdown-lint
|
|
on: workflow_call
|
|
jobs:
|
|
markdown-lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Markdown-lint
|
|
uses: bewuethr/mdl-action@v1
|
|
with:
|
|
style-file: .mdl_style.rb
|