Skip to content

Add v1.29 regex

Add v1.29 regex #31

Workflow file for this run

name: Lint Dockerfile
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/hadolint-action@v1.5.0
with:
failure-threshold: warning