Skip to content

Commit

Permalink
adding end of line checker
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbradley committed Mar 28, 2023
1 parent 6e8cb22 commit 3ad91d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-eol.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check EOL

on: push

jobs:
my-workflow:
name: Example workflow using the Check EOL
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

0 comments on commit 3ad91d4

Please sign in to comment.