Add editorconfig-checker workflow

Add yml style to editorconfig
Add markdown styling to editorconfig

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-06-27 00:06:13 +02:00
parent 46331e415c
commit 73d5902bed
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485
8 changed files with 25 additions and 7 deletions

View file

@ -0,0 +1,14 @@
name: editorconfig-checker
on:
pull_request:
push:
jobs:
build:
name: editorconfig-checker
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker