editorconfig: add workflow to check if config is upheld

This commit is contained in:
Minijackson
2023-03-07 16:55:29 +00:00
committed by Michael Davidsaver
parent a9fd57a865
commit c7a769e5da

View File

@ -0,0 +1,13 @@
name: Check EditorConfig
on:
push:
pull_request:
jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: EditorConfig-Action
uses: greut/eclint-action@v0