docker-node-alpine-git-gyp/.github/workflows/hadolint.yml
dependabot[bot] d9f71ca2c0
build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#145)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 10:01:16 +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.4.0
- run: brew install hadolint
- run: hadolint {12,14,16}/Dockerfile