Skip to content

Commit 014cb4f

Browse files
authored
linter
1 parent 0bfcfaf commit 014cb4f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ env:
1919
permissions: {}
2020

2121
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+
2229
test:
2330
runs-on: ubuntu-24.04
2431
continue-on-error: ${{ matrix.allow_failure }}
@@ -156,6 +163,7 @@ jobs:
156163

157164
needs:
158165
- test
166+
- editorconfig
159167

160168
runs-on: ubuntu-24.04
161169

0 commit comments

Comments
 (0)