docker-node-alpine-git-gyp/.github/workflows/hadolint.yml
2020-10-28 17:32:58 +01:00

12 lines
215 B
YAML

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