Skip to content

Commit 74d5be7

Browse files
Sven PüschelSven Püschel
authored andcommitted
Add CI action to check for editorconfig violations
1 parent 08f3419 commit 74d5be7

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: actions/setup-go@v5
121+
122+
- name: Check code matching .editorconfig rules with editorconfig-checker
123+
run: go run github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@latest
124+
125+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)