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 08f3419 commit 74d5be7Copy full SHA for 74d5be7
.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: 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