Add a workflow

pull/1138/head
William Desportes 3 years ago
parent 5d15cf39a2
commit b6b8308034
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

@ -9,8 +9,9 @@ on:
- master
jobs:
lint:
lint-md:
runs-on: ubuntu-latest
name: Lint Markdown content
steps:
- name: Checkout the repository
uses: actions/checkout@v2
@ -19,3 +20,11 @@ jobs:
with:
config: ./.markdownlint.json
args: ./README.md
lint-editorconfig:
runs-on: ubuntu-latest
name: Lint for editorconfig violations
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Check for editorconfig violations
uses: editorconfig-checker/action-editorconfig-checker@v1

Loading…
Cancel
Save