Skip to content

Commit 7809838

Browse files
Add check for .editorconfig
Signed-off-by: Christian Parpart <[email protected]>
1 parent 2608c1f commit 7809838

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
- name: "Check includes"
2424
run: ./scripts/check-includes.sh
2525

26+
editorconfig:
27+
name: "Check editorconfig"
28+
runs-on: ubuntu-20.04
29+
steps:
30+
- uses: actions/checkout@v2
31+
- uses: editorconfig-checker/action-editorconfig-checker@main
32+
- run: editorconfig-checker
33+
2634
ubuntu_2204:
2735
strategy:
2836
fail-fast: false

0 commit comments

Comments
 (0)