Files
django-example-app/.github/workflows/ci.yml
Basyrov Rustam 1c6144c3f3 add lint step
2025-06-05 12:57:22 +03:00

20 lines
366 B
YAML

name: CI-pipeline
on:
workflow_dispatch:
push:
branches:
- dev
jobs:
docker-lint:
runs-on: ubuntu-latest
steps:
- name: Getting the codebase
uses: actions/checkout@v4
with:
ref: dev
- name: Lint the Dockerfile
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile