diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55d5dcb..d5442b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,20 +10,7 @@ on: workflow_dispatch: jobs: - lint: - runs-on: ubuntu-latest - steps: - - name: checkout - uses: actions/checkout@v2 - with: - path: "${{ github.repository }}" - - name: molecule - uses: robertdebock/molecule-action@2.6.16 - with: - command: lint test: - needs: - - lint runs-on: ubuntu-latest strategy: fail-fast: false