Skip lint for now
This commit is contained in:
parent
3b55e70281
commit
9fd12fe790
|
@ -10,20 +10,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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:
|
test:
|
||||||
needs:
|
|
||||||
- lint
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in New Issue