docker-node-alpine-git-gyp/.github/workflows/hadolint.yml
dependabot[bot] d70a416ca6
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#142)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 11:33:30 +00:00

12 lines
219 B
YAML

name: Lint Dockerfiles
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2.3.5
- run: brew install hadolint
- run: hadolint {12,14,16}/Dockerfile