Merge pull request #13605 from brocktopus/vast_grimm #23905
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 |