.github/workflows/editorconfig.yml: update to match wait-ofborg action

This commit is contained in:
zowoq 2020-07-31 10:21:13 +10:00
parent b4716cf867
commit 3c9bcd43e7

View file

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