Skip to content

TEL-49: Add changelog #516

TEL-49: Add changelog

TEL-49: Add changelog #516

Workflow file for this run

name: Lint the Dockerfile
on: [push]
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v1.6.0
with:
dockerfile: Dockerfile
config: .hadolint.yaml