mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
16 lines
326 B
YAML
16 lines
326 B
YAML
name: Markdownlint
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
|
- name: Lint files
|
|
uses: articulate/actions-markdownlint@v1
|
|
with:
|
|
files: .
|
|
config: .markdownlint.yaml
|