Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Oct 2, 2020
1 parent 44d1342 commit f38cb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-crlf.yml
Expand Up @@ -9,11 +9,11 @@ jobs:
Check-CRLF:
name: verify that only LF linefeeds are used
runs-on: ubuntu-18.04
exclude: msautotest/misc/data/ /msautotest/renderers/expected/

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

- name: Use action to check for CRLF endings
uses: erclu/check-crlf@v1.1.1
uses: erclu/check-crlf@v1.1.1
exclude: msautotest/misc/data/ /msautotest/renderers/expected/

0 comments on commit f38cb93

Please sign in to comment.