Skip to content

[backport 1.14] handle CMake deprecation warning (#342) #101

[backport 1.14] handle CMake deprecation warning (#342)

[backport 1.14] handle CMake deprecation warning (#342) #101

Workflow file for this run

# check for Windows CRLF in files
# homepage: https://github.com/marketplace/actions/check-crlf
name: Check CRLF
on: [push, pull_request]
jobs:
Check-CRLF:
name: verify that only LF linefeeds are used
runs-on: ubuntu-18.04
steps:
- name: Checkout repository contents
uses: actions/checkout@v1
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@v1.1.2
with: # ignore directories below, space-delimited
exclude: