From 29017b09d46027ebd084b7fe15717881bf338af0 Mon Sep 17 00:00:00 2001 From: Basyrov Rustam Date: Thu, 5 Jun 2025 12:49:07 +0300 Subject: [PATCH] init ci --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..acd4691 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: CI-pipeline +on: + workflow_distpatch: + push: + branches: + - dev + +jobs: + docker-lint: + runs-on: ubuntu-latest + steps: + - name: lint dockerfile + run: echo hello