We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfcfaf commit 014cb4fCopy full SHA for 014cb4f
.github/workflows/main.yml
@@ -19,6 +19,13 @@ env:
19
permissions: {}
20
21
jobs:
22
+ editorconfig:
23
+ runs-on: ubuntu-20.04
24
+ steps:
25
+ - uses: actions/checkout@v4
26
+ - uses: editorconfig-checker/action-editorconfig-checker@main
27
+ - run: editorconfig-checker
28
+
29
test:
30
runs-on: ubuntu-24.04
31
continue-on-error: ${{ matrix.allow_failure }}
@@ -156,6 +163,7 @@ jobs:
156
163
157
164
needs:
158
165
- test
166
+ - editorconfig
159
167
160
168
161
169
0 commit comments