Renormalize line endings

We should have consistent line endings in our repository; now that we
have a .gitattributes file, update the repository contents to match
expectations.
This commit is contained in:
Edward Thomson
2020-03-17 11:17:19 +00:00
parent ed5cb0096e
commit 8beb802437
41 changed files with 639 additions and 639 deletions
+23 -23
View File
@@ -1,23 +1,23 @@
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck