Merge pull request #94265 from zowoq/actions
github actions: update and add to codeowners
This commit is contained in:
commit
99acd4c77d
2 changed files with 10 additions and 4 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
8
.github/workflows/editorconfig.yml
vendored
8
.github/workflows/editorconfig.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue