Skip to content

Commit

Permalink
build: add editorconfig check to lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Jan 29, 2025
1 parent ded3238 commit b233c49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ jobs:
- run: npm ci

- run: npm run lint

editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: editorconfig-checker/action-editorconfig-checker@main

- run: editorconfig-checker

0 comments on commit b233c49

Please sign in to comment.