Skip to content

Add v1.28

Add v1.28 #29

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/[email protected]
with:
failure-threshold: warning