Add editorconfig-checker workflow and fix styling errors

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-06-29 13:18:44 +02:00
parent 13958e6804
commit b332f0c584
3 changed files with 25 additions and 5 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