We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fc6a7 commit c9ea5eeCopy full SHA for c9ea5ee
1 file changed
.github/workflows/main.yml
@@ -10,13 +10,7 @@ on:
10
11
jobs:
12
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
+ uses: owncloud-docker/ubuntu/.github/workflows/lint-editorconfig.yml@master
20
21
build:
22
needs: lint
0 commit comments