Merge pull request #272 from rhusar/maven-wrapper #37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: EditorConfig Checker | |
| on: | |
| push: | |
| branches: | |
| - '*' | |
| pull_request: | |
| branches: | |
| - '*' | |
| jobs: | |
| editorconfig-checker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - name: Setup EditorConfig Checker | |
| uses: editorconfig-checker/action-editorconfig-checker@v2 | |
| - name: Run EditorConfig Checker | |
| run: editorconfig-checker |