Skip to content

Merge bsp-v2.0.0 to geth-v1.14.12 (#239) (#240) #548

Merge bsp-v2.0.0 to geth-v1.14.12 (#239) (#240)

Merge bsp-v2.0.0 to geth-v1.14.12 (#239) (#240) #548

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"