Skip to content

Commit b0f6c16

Browse files
committed
Merge pull request #172 from AppraiseDev/fix-line-endings
Enforce LF line endings
2 parents 103e86d + 04d6a8a commit b0f6c16

65 files changed

Lines changed: 271426 additions & 271411 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cat listing.txt
3232
7z a -tzip regression-tests-appraise.zip @listing.txt
3333
- name: Publish outputs
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v3
3535
with:
3636
name: regression-tests-appraise
3737
path: regression-tests-appraise.zip

0 commit comments

Comments
 (0)