check-crlf.yml 322 B

123456789101112131415
  1. name: CRLF Check
  2. on:
  3. pull_request:
  4. types: [ opened, reopened, synchronize, ready_for_review ]
  5. jobs:
  6. build:
  7. name: CRLF Check
  8. if: github.event.pull_request.draft == false
  9. runs-on: ubuntu-latest
  10. steps:
  11. - uses: actions/checkout@v3.6.0
  12. - name: Check for CRLF
  13. run: Tools/check_crlf.py