Files
django-example-app/.github/workflows/ci.yml
Basyrov Rustam 26d7005033 get the codebase
2025-06-05 12:55:30 +03:00

16 lines
239 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