Merge pull request #49 from jonasbn/dependabot/github_actions/rojopol… #100
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 Action | |
| on: push | |
| jobs: | |
| build: | |
| name: EditorConfig lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - uses: editorconfig-checker/action-editorconfig-checker@v2 | |
| name: Testing using editorconfig-checker |