diff --git a/.github/workflows/check-editorconfig.yml b/.github/workflows/check-editorconfig.yml new file mode 100644 index 000000000..07f6d6c94 --- /dev/null +++ b/.github/workflows/check-editorconfig.yml @@ -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