1
0

editorconfig.yml 480 B

1234567891011121314151617181920212223
  1. name: EditorConfig Checker
  2. on:
  3. workflow_dispatch: # allows manual triggering
  4. inputs:
  5. create_release:
  6. description: 'Create new release'
  7. required: true
  8. type: boolean
  9. push:
  10. branches:
  11. - master
  12. pull_request:
  13. branches:
  14. - master
  15. jobs:
  16. editorconfig:
  17. runs-on: ubuntu-latest
  18. steps:
  19. - uses: actions/checkout@v3
  20. - uses: editorconfig-checker/action-editorconfig-checker@main
  21. - run: editorconfig-checker