Rename markdownlint.yaml to markdownlint.yml

This commit is contained in:
James Harris
2020-06-14 20:41:58 +01:00
committed by GitHub
parent eddccc79e1
commit 51ff02b98f

10
.github/workflows/markdownlint.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: markdownlint
on: [push, pull_request]
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Run mdl
uses: actionshub/markdownlint@master