diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ddc483d99..65a63b41a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,6 +23,8 @@ jobs: restore-keys: ${{ runner.os }}-pip- - name: Install yamllint run: pip install yamllint + - name: Install editorconfig-checker + uses: editorconfig-checker/action-editorconfig-checker@main - name: Check out the code uses: actions/checkout@v4 - name: Run the linting script