oh-my-posh/.github/workflows/markdown.yml

16 lines
326 B
YAML
Raw Normal View History

2020-12-14 04:06:19 -08:00
name: Markdownlint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
2022-09-13 23:25:14 -07:00
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2020-12-14 04:06:19 -08:00
- name: Lint files
2021-04-24 04:08:40 -07:00
uses: articulate/actions-markdownlint@v1
2020-12-14 04:06:19 -08:00
with:
files: .
2021-04-24 04:08:40 -07:00
config: .markdownlint.yaml