Files
django-example-app/.github/workflows/ci.yml
Basyrov Rustam c5506369d6 fix typo
2025-06-05 12:49:36 +03:00

14 lines
191 B
YAML

name: CI-pipeline
on:
workflow_dispatch:
push:
branches:
- dev
jobs:
docker-lint:
runs-on: ubuntu-latest
steps:
- name: lint dockerfile
run: echo hello