Skip to content

Bump the js group across 1 directory with 7 updates #588

Bump the js group across 1 directory with 7 updates

Bump the js group across 1 directory with 7 updates #588

Workflow file for this run

name: Lint Dockerfile
on:
push:
branches:
- main
pull_request:
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3048,DL3025,DL3018