mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
.github/workflows/editorconfig.yml: update to match wait-ofborg action
This commit is contained in:
parent
b4716cf867
commit
3c9bcd43e7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/editorconfig.yml
vendored
6
.github/workflows/editorconfig.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: actions
|
name: "Checking EditorConfig"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -6,12 +6,12 @@ on:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
editorconfig:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: technote-space/get-diff-action@v2.0.2
|
- uses: technote-space/get-diff-action@v2.0.2
|
||||||
- name: editorconfig check
|
- name: Checking EditorConfig
|
||||||
env:
|
env:
|
||||||
VERSION: "2.1.0"
|
VERSION: "2.1.0"
|
||||||
OS: "linux"
|
OS: "linux"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue