Add option to display PADD only once and exit #1011
Workflow file for this run
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: | |
pull_request: | |
push: | |
jobs: | |
build: | |
name: editorconfig-checker | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: editorconfig-checker/action-editorconfig-checker@main # current tag v1.0.0 is really out-of-date | |
- run: editorconfig-checker |