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 uses: hadolint/hadolint-action@v3.1.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
failure-threshold: error
ignore: DL3008,DL3059
sanity: sanity:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -84,4 +86,5 @@ jobs:
yamllint -d "{extends: default, rules: {line-length: disable, truthy: {check-keys: false}}}" "${yamls[@]}" yamllint -d "{extends: default, rules: {line-length: disable, truthy: {check-keys: false}}}" "${yamls[@]}"
else else
echo "No YAML files." echo "No YAML files."
fi fi

View File

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

View File

@@ -40,4 +40,5 @@ services:
interval: 30s interval: 30s
timeout: 5s timeout: 5s
retries: 3 retries: 3
start_period: 20s start_period: 20s