From 3c9bcd43e71ff9311c566602e7c74d092ddba07a Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 31 Jul 2020 10:21:13 +1000 Subject: [PATCH] .github/workflows/editorconfig.yml: update to match wait-ofborg action --- .github/workflows/editorconfig.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index c10a0898e1c..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,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"