From 5c1dcf95c8b9d6d7f0f327c45fc496cdf1ceacab Mon Sep 17 00:00:00 2001 From: djpbessems Date: Sat, 8 Jun 2024 20:46:12 +1000 Subject: [PATCH] chore: Disable linting job --- .gitea/workflows/actions.yaml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 0916166..9d4e602 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -2,16 +2,16 @@ name: Container & Helm chart on: [push] jobs: - linting: - name: Linting - runs-on: dind-rootless - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - name: yamllint - uses: bewuethr/yamllint-action@v1 - with: - config-file: .yamllint.yaml + # linting: + # name: Linting + # runs-on: dind-rootless + # steps: + # - name: Check out repository code + # uses: actions/checkout@v4 + # - name: yamllint + # uses: bewuethr/yamllint-action@v1 + # with: + # config-file: .yamllint.yaml semrel_dryrun: name: Semantic Release (Dry-run) @@ -62,7 +62,8 @@ jobs: - /data:/data - /output:/output runs-on: dind-rootless - needs: [semrel_dryrun, linting] + # needs: [semrel_dryrun, linting] + needs: semrel_dryrun steps: - name: Checkout uses: actions/checkout@v4