Skip to content

Bump minimatch from 3.0.4 to 3.1.2 #15

Bump minimatch from 3.0.4 to 3.1.2

Bump minimatch from 3.0.4 to 3.1.2 #15

Workflow file for this run

name: "Test Docker build"
on:
pull_request:
branches: [ main ]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Docker Lint
run: |
docker run --rm -i hadolint/hadolint < Dockerfile
- name: Docker Build
run: docker build -t mqtt-client .