Merge pull request #13135 from Gorthian/NoReturn_2E #21464
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: Check EOL | |
on: push | |
jobs: | |
my-workflow: | |
name: Verified Line Endings | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository contents | |
uses: actions/checkout@v1 | |
- name: Use this action to check EOL | |
uses: AODocs/check-eol@main |