Skip to content

Commit 969caef

Browse files
committed
ci: add editorconfig linting
1 parent 67ce792 commit 969caef

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ name: CI
33
on: # yamllint disable-line rule:truthy
44
push:
55
jobs:
6-
editorconfig-lint:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- name: EditorConfig-Action
10-
uses: zbeekman/EditorConfig-Action@v1.1.1
11-
12-
yaml-lint:
6+
ci-lint:
137
runs-on: ubuntu-latest
148
steps:
159
- uses: actions/checkout@v3
1610
- name: yaml-lint
1711
uses: ibiqlik/action-yamllint@v3
12+
- name: EditorConfig-Action
13+
uses: zbeekman/EditorConfig-Action@v1.1.1

0 commit comments

Comments
 (0)