Skip to content

Commit

Permalink
Use zbeekman/EditorConfig-Action to validate editorconfig entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed May 11, 2024
1 parent 32486dc commit 5e257af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
scripts/indexes.py --notexist > /dev/null &&
scripts/indexes.py --null > /dev/null &&
scripts/indexes.py --null > /dev/null
- name: Check for trailing whitespace
run: |
! grep --quiet ' $' style/*.mss project.mml
- name: Validate conformation to editorconfig
uses: zbeekman/EditorConfig-Action@v1

import:
needs: [syntax]
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 5e257af

Please sign in to comment.