Skip to content

build(deps): bump actions/checkout from 3 to 4 #262

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #262

Workflow file for this run

name: Lint Dockerfiles
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew install hadolint
- run: |
hadolint {8,11,17}/**/**/*Dockerfile
hadolint {8,11,17}/**/**/**/*Dockerfile