docker-node-alpine-git-gyp/.github/workflows/hadolint.yml
dependabot[bot] f7ea557f9b
build(deps): bump actions/checkout from 2.4.0 to 3 (#152)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 14:29:19 +00:00

12 lines
215 B
YAML

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