Files
chromebrew/.github/workflows/Markdown-lint.yml
Maximilian Downey Twiss 41a708c1c5 Refactor workflow files (#8355)
* Refactor workflow files

* Fix YAMLlint errors
2023-06-13 23:42:56 -04:00

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