Merge pull request #12365 from eGellman89/master #17076
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 |