From c22c8e0f34a0160fd75cf682d23b7ac5cd166003 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 9 Oct 2025 00:02:12 -0400 Subject: [PATCH] CI: fix YAML lint issues --- .github/workflows/ci.yml | 5 ++++- .github/workflows/sync-changelog.yml | 3 ++- docker-compose.yml | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a255133..7dfb3bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -84,4 +86,5 @@ jobs: yamllint -d "{extends: default, rules: {line-length: disable, truthy: {check-keys: false}}}" "${yamls[@]}" else echo "No YAML files." - fi \ No newline at end of file + fi + \ No newline at end of file diff --git a/.github/workflows/sync-changelog.yml b/.github/workflows/sync-changelog.yml index 8c39b0e..c7c3a6f 100644 --- a/.github/workflows/sync-changelog.yml +++ b/.github/workflows/sync-changelog.yml @@ -41,4 +41,5 @@ jobs: else git commit -m "chore: sync CHANGELOG.md from FileRise" git push origin main - fi \ No newline at end of file + fi + \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index bb22094..2441708 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,4 +40,5 @@ services: interval: 30s timeout: 5s retries: 3 - start_period: 20s \ No newline at end of file + start_period: 20s + \ No newline at end of file