mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
15 lines
275 B
YAML
15 lines
275 B
YAML
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 |