Skip to content

update 8.6.1 news [build_translations] #1598

update 8.6.1 news [build_translations]

update 8.6.1 news [build_translations] #1598

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@v6
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@master