Merge pull request #94265 from zowoq/actions

github actions: update and add to codeowners
This commit is contained in:
zowoq 2020-08-02 18:52:24 +10:00 committed by GitHub
commit 99acd4c77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

6
.github/CODEOWNERS vendored
View file

@ -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

View file

@ -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: |