Merge pull request #13651 from Roll20/l10n_master #24077
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 |