Skip to content

Update README.md

Update README.md #73

Workflow file for this run

---
name: hadolint Dockerfile
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: Run Hadolint Action
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile