docker-node-alpine-git-gyp/.github/workflows/hadolint.yml
2021-08-10 12:04:14 +02: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.4
- run: brew install hadolint
- run: hadolint {12,14,16}/Dockerfile