From fc7fe785ce5eb7b460a03d7471137d8da1cfc279 Mon Sep 17 00:00:00 2001 From: Diogo Costa Date: Thu, 10 Aug 2023 09:33:53 +0100 Subject: [PATCH] fix(ci): remove yaml lint from ci workflow Signed-off-by: Diogo Costa --- .github/workflows/base-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/base-ci.yml b/.github/workflows/base-ci.yml index d5ef35f..84cd3c6 100755 --- a/.github/workflows/base-ci.yml +++ b/.github/workflows/base-ci.yml @@ -70,14 +70,3 @@ jobs: fetch-depth: 0 - run: > make pylint - - yamllint: - runs-on: ubuntu-latest - container: baoproject/bao:latest - steps: - - uses: actions/checkout@v2 - with: - submodules: recursive - fetch-depth: 0 - - run: > - make yamllint \ No newline at end of file