From 98e8073e4c3dc4617e50e8ba4ffa86ff0a68fd51 Mon Sep 17 00:00:00 2001 From: Markus Legner Date: Thu, 1 Feb 2024 11:48:07 +0100 Subject: [PATCH] ci: actually run editorconfig-checker --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e6bb35..9502e98 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,6 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: editorconfig-checker/action-editorconfig-checker@v2.0.0 + - run: editorconfig-checker typos: runs-on: ubuntu-latest