diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f9e0dc2f..2344dc11 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,23 +8,6 @@ on: - ovirt-ansible-collection-2.y workflow_dispatch: jobs: - sanity_test: - runs-on: ubuntu-latest - name: ansible-test docker - steps: - - name: Checkout - uses: actions/checkout@main - with: - fetch-depth: 0 - - - name: Build the project - run: ./build.sh build ovirt /tmp - - - name: Run ansible-lint 5.0.0 - run: | - cd /tmp/ansible_collections/ovirt/ovirt/ - pip3 install install pycodestyle pylint==2.4.4 voluptuous yamllint rstcheck antsibull-changelog "rich<11.0.0" "ansible-lint<5.0.0" cryptography - ansible-lint roles/* -x 204 build: runs-on: ubuntu-latest strategy: