From 3e193da40060645720c05cc405a898e95c3a4886 Mon Sep 17 00:00:00 2001 From: Mark Sanders Date: Mon, 11 Mar 2024 17:35:11 -0400 Subject: [PATCH] fix(ci): defer yaml lint since not available currently in repository Signed-off-by: Mark Sanders --- .github/workflows/linters.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index faed52d..006a396 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -37,14 +37,14 @@ jobs: - uses: actions/checkout@v4 - uses: azohra/shell-linter@v0.6.0 - YAMLlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ibiqlik/action-yamllint@v3 - with: - file_or_dir: docker-compose.yml - config_data: "{extends: default, rules: {line-length: disable}}" +# YAMLlint: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v4 +# - uses: ibiqlik/action-yamllint@v3 +# with: +# file_or_dir: docker-compose.yml +# config_data: "{extends: default, rules: {line-length: disable}}" golangci: runs-on: ubuntu-latest