Skip to content

2024-07-26 13:00:29+04:00 (#66) #21

2024-07-26 13:00:29+04:00 (#66)

2024-07-26 13:00:29+04:00 (#66) #21

---
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"