aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test-validators.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/test-validators.yml b/.github/workflows/test-validators.yml
index f734b5a..3d9eef8 100644
--- a/.github/workflows/test-validators.yml
+++ b/.github/workflows/test-validators.yml
@@ -86,7 +86,13 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
- run: apk add --no-cache bash jq coreutils sed
+ run: apk add --no-cache bash jq coreutils sed dos2unix
+
+ - name: Convert line endings
+ run: |
+ dos2unix validators/bash/validate.sh
+ dos2unix gitinfo.schema.json
+ dos2unix examples/*.gitinfo
- name: Make script executable
run: chmod +x validators/bash/validate.sh