Skip to content

Update CHANGELOG.md #67

Update CHANGELOG.md

Update CHANGELOG.md #67

Workflow file for this run

name: Hadolint 👀
on:
push:
branches:
- '*'
tags:
- '*'
jobs:
build:
name: Lint Containerfile using Hadolint
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Containerfile
failure-threshold: warning