Skip to content

fix: format

fix: format #14

Workflow file for this run

name: Run hadolint
on:
push:
permissions:
contents: read
jobs:
hadolint:
name: Run hadolint check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# TODO add hadolint output as comment on PR
# https://github.com/hadolint/hadolint-action#output
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile