Test that covers the source of a file and check the spies #1081
This file contains 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 Linter | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
linter: | |
name: "Run Lint on ${{ matrix.os }}" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Editorconfig Linter | |
uses: editorconfig-checker/action-editorconfig-checker@main | |
- name: Run Linter | |
run: editorconfig-checker | |