summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-31 10:21:13 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-02 18:34:55 +1000
commit3c9bcd43e71ff9311c566602e7c74d092ddba07a (patch)
treef15cb08162d29273c2416c97e1bb46934903ad93 /.github
parentb4716cf8674bbacd39b4f05b52c8d41b9cd2cf8e (diff)
.github/workflows/editorconfig.yml: update to match wait-ofborg action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/editorconfig.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index c10a0898e1cc..24348f12887a 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -1,4 +1,4 @@
-name: actions
+name: "Checking EditorConfig"
on:
pull_request:
@@ -6,12 +6,12 @@ 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.1.0"
OS: "linux"