Skip to content

[Backport branch-8-6] update for 8.6.1 release [build_translations] (… #1582

[Backport branch-8-6] update for 8.6.1 release [build_translations] (…

[Backport branch-8-6] update for 8.6.1 release [build_translations] (… #1582

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-latest
steps:
- name: Checkout repository contents
uses: actions/checkout@v5
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@master