Skip to content

2024-07-25 12:18:51+04:00 #16

2024-07-25 12:18:51+04:00

2024-07-25 12:18:51+04:00 #16

---
name: "Lint: docker/hadolint"
on:
- push
- pull_request
jobs:
lint-docker-hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: "./bot/Dockerfile"