Skip to content

build(deps): bump github.com/urfave/cli/v2 from 2.24.1 to 2.26.0 #399

build(deps): bump github.com/urfave/cli/v2 from 2.24.1 to 2.26.0

build(deps): bump github.com/urfave/cli/v2 from 2.24.1 to 2.26.0 #399

Workflow file for this run

name: dockerfile-lint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "develop"
jobs:
linter:
name: lint-dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: "Dockerfile"