docker-node-alpine-git-gyp/.github/workflows/hadolint.yml
dependabot[bot] d8aee67149
build(deps): bump actions/checkout from 2 to 2.3.4 (#128)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 08:14:00 +00:00

12 lines
216 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}/Dockerfile