diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d68adc192e1..4be9ae506ea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,6 +10,12 @@ # This file /.github/CODEOWNERS @edolstra +# GitHub actions +/.github/workflows @Mic92 @zowoq + +# EditorConfig +/.editorconfig @Mic92 @zowoq + # Libraries /lib @edolstra @nbp @infinisil /lib/systems @nbp @ericson2314 @matthewbauer diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index 70959b42aa1..24348f12887 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -1,4 +1,4 @@ -name: actions +name: "Checking EditorConfig" on: pull_request: @@ -6,14 +6,14 @@ on: - master jobs: - editorconfig: + tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: technote-space/get-diff-action@v2.0.2 - - name: editorconfig check + - name: Checking EditorConfig env: - VERSION: "2.0.4" + VERSION: "2.1.0" OS: "linux" ARCH: "amd64" run: |