Skip to content

Commit

Permalink
fix(ci): remove yaml lint from ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Costa <[email protected]>
  • Loading branch information
Diogo21Costa authored and miguelafsilva5 committed Sep 14, 2023
1 parent be2156b commit fc7fe78
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/base-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc7fe78

Please sign in to comment.