Skip to content

Commit

Permalink
Add check-eol
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri committed Jun 29, 2023
1 parent 18bb01f commit 88b05ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-eol.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check End-of-Line Sequence
run-name: Check End-of-Line Sequence

on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]

jobs:
check-eol:
uses: Arthri/check-eol/.github/workflows/check-eol.yml@v1

0 comments on commit 88b05ff

Please sign in to comment.