Skip to content

Commit e840077

Browse files
Sven PüschelSven Püschel
Sven Püschel
authored and
Sven Püschel
committed
Add CI action to check for editorconfig violations
1 parent 5dee632 commit e840077

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,14 @@ jobs:
112112
runs-on: ubuntu-latest
113113
container:
114114
image: ghcr.io/dunst-project/docker-images:misc-doxygen
115+
116+
editorconfig:
117+
steps:
118+
- uses: actions/checkout@v4
119+
120+
- uses: editorconfig-checker/action-editorconfig-checker@main
121+
122+
- name: Check code matching .editorconfig rules with editorconfig-checker
123+
run: editorconfig-checker
124+
125+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)