CI: fix YAML lint issues

This commit is contained in:
Ryan
2025-10-09 00:02:12 -04:00
committed by GitHub
parent 070515e7a6
commit c22c8e0f34
3 changed files with 8 additions and 3 deletions

View File

@@ -61,6 +61,8 @@ jobs:
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
failure-threshold: error
ignore: DL3008,DL3059
sanity:
runs-on: ubuntu-latest
@@ -85,3 +87,4 @@ jobs:
else
echo "No YAML files."
fi

View File

@@ -42,3 +42,4 @@ jobs:
git commit -m "chore: sync CHANGELOG.md from FileRise"
git push origin main
fi

View File

@@ -41,3 +41,4 @@ services:
timeout: 5s
retries: 3
start_period: 20s