Skip lint for now

This commit is contained in:
Paweł Krawczyk 2021-08-07 23:37:58 +01:00
parent 3b55e70281
commit 9fd12fe790
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 0 additions and 13 deletions

View File

@ -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