Files
django-example-app/.github/workflows/ci.yml
Basyrov Rustam badc8d02cd
All checks were successful
CI-pipeline / linters (push) Successful in 10m21s
rename stage
2025-06-05 13:01:14 +03:00

20 lines
362 B
YAML

name: CI-pipeline
on:
workflow_dispatch:
push:
branches:
- dev
jobs:
linters:
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