Skip to content

Commit c9ea5ee

Browse files
ci: use reusable lint-editorconfig workflow (#582)
1 parent 90fc6a7 commit c9ea5ee

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ on:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
16-
17-
- uses: editorconfig-checker/action-editorconfig-checker@840e866d93b8e032123c23bac69dece044d4d84c
18-
19-
- run: editorconfig-checker
13+
uses: owncloud-docker/ubuntu/.github/workflows/lint-editorconfig.yml@master
2014

2115
build:
2216
needs: lint

0 commit comments

Comments
 (0)