aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 16:19:09 +0000
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 16:19:09 +0000
commit889d195a21bef3ad5be6ec2fe703764bd66867c5 (patch)
tree3c7f9663a1c11576c1343b0d37243a0346cfb163 /.github/workflows
parentb55ec9fa21fa8bf581a5f2227dc5628c99b97c61 (diff)
downloadgitinfo-889d195a21bef3ad5be6ec2fe703764bd66867c5.tar
gitinfo-889d195a21bef3ad5be6ec2fe703764bd66867c5.tar.gz
gitinfo-889d195a21bef3ad5be6ec2fe703764bd66867c5.tar.bz2
gitinfo-889d195a21bef3ad5be6ec2fe703764bd66867c5.tar.xz
gitinfo-889d195a21bef3ad5be6ec2fe703764bd66867c5.zip
add dos2unix on alpine
Diffstat (limited to '.github/workflows')
-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