From dcaff9588d3852daae5faac45c7a71e835feb91a Mon Sep 17 00:00:00 2001 From: NW Date: Thu, 14 Nov 2024 23:33:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/dev.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 798ec32..a013183 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -9,14 +9,18 @@ on: - dev jobs: - build-and-push: + lint: runs-on: ubuntu-latest # Запуск на Ubuntu steps: - name: Check DNS Resolution - run: curl -I https://gitea:3000 + run: curl -I https://git.softuniq.eu - name: Checkout code uses: actions/checkout@v3 + with: + repository: http://git.softuniq.eu/Telegram-Market/telegram-shop + ref: 3b112d891e4c1f06c8f1a4141d290705712bb4d8 + path: /workspace/Telegram-Market/telegram-shop - name: Set up Node.js 22 run: |