From 9fd12fe79066967732c0eabf6f082cc840fb578d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sat, 7 Aug 2021 23:37:58 +0100 Subject: [PATCH] Skip lint for now --- .github/workflows/main.yml | 13 ------------- 1 file changed, 13 deletions(-) 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