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 5dee632 commit e840077Copy full SHA for e840077
.github/workflows/main.yml
@@ -112,3 +112,14 @@ jobs:
112
runs-on: ubuntu-latest
113
container:
114
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