Skip to content

Merge branch 'feature/restyling' of github.com:iodepo/oih-ui into fea… #133

Merge branch 'feature/restyling' of github.com:iodepo/oih-ui into fea…

Merge branch 'feature/restyling' of github.com:iodepo/oih-ui into fea… #133

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@v3
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@v1.2.0
with: # ignore directories containing *.csv
exclude: regions/unsd-data