Skip to content

Clone wbaas-deploy in docker build action #181

Clone wbaas-deploy in docker build action

Clone wbaas-deploy in docker build action #181

Workflow file for this run

name: Docker lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
- name: lint
uses: hadolint/hadolint-action@v1.6.0
with:
dockerfile: Dockerfile