Skip to content

Commit 519e6eb

Browse files
committed
Adding editorconfig-checker Github action
Check editorconfig-checker from the Github CI. Basically from this example workflow, with minor adjustments: https://github.com/editorconfig-checker/action-editorconfig-checker?tab=readme-ov-file#example-workflow Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> (cherry picked from commit f83a6a7f7404f833174705017b017968535c846f) [linus.luessing@c0d3.blue: picked from gluon-packages]
1 parent 1493e17 commit 519e6eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ jobs:
3030
fail_level: any
3131
check_all_files_with_shebangs: true
3232
filter_mode: nofilter
33+
34+
editorconfig:
35+
runs-on: ubuntu-latest
36+
steps:
37+
- uses: actions/checkout@v4
38+
- uses: editorconfig-checker/action-editorconfig-checker@main
39+
- run: editorconfig-checker

0 commit comments

Comments
 (0)