Skip to content

9.6.2 -> 9.6.3 & add Bryan Richter as known releaser #121

9.6.2 -> 9.6.3 & add Bryan Richter as known releaser

9.6.2 -> 9.6.3 & add Bryan Richter as known releaser #121

Workflow file for this run

name: Hadolint
on:
pull_request:
branches:
- master
paths:
- '**/Dockerfile'
- '.github/workflows/lint.yml'
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/hadolint-action@v1.6.0
with:
recursive: true