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