Skip to content

Commit

Permalink
upgrade LF action (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jul 28, 2023
1 parent 0cb6c00 commit 8c7bb7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-crlf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on: [push, pull_request]
jobs:
Check-CRLF:
name: verify that only LF linefeeds are used
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout repository contents
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Use action to check for CRLF endings
uses: erclu/check-crlf@v1.1.2
uses: erclu/check-crlf@v1.2.0
with: # ignore directories below, space-delimited
exclude:

0 comments on commit 8c7bb7e

Please sign in to comment.