openSUSE-release-tools/.github/workflows/editorconfig-check.yml
Stephan Kulow ae8dd7e25b Validate that the files match the editor config
I only learned about its existance due to pr 2906, so let's enforce it
2023-01-02 19:44:28 +01:00

15 lines
273 B
YAML

name: EditorConfig Checker
on:
pull_request:
branches:
- master
jobs:
editorconfig:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker