We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb6c00 commit 8c7bb7eCopy full SHA for 8c7bb7e
.github/workflows/check-crlf.yml
@@ -8,13 +8,13 @@ on: [push, pull_request]
8
jobs:
9
Check-CRLF:
10
name: verify that only LF linefeeds are used
11
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
12
13
steps:
14
- name: Checkout repository contents
15
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
16
17
- name: Use action to check for CRLF endings
18
- uses: erclu/check-crlf@v1.1.2
+ uses: erclu/check-crlf@v1.2.0
19
with: # ignore directories below, space-delimited
20
exclude:
0 commit comments