Обновить .gitea/workflows/dev.yaml
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 21s

This commit is contained in:
NW 2024-11-14 23:33:48 +00:00
parent 0f53b7ac33
commit dcaff9588d

View File

@ -9,14 +9,18 @@ on:
- dev - dev
jobs: jobs:
build-and-push: lint:
runs-on: ubuntu-latest # Запуск на Ubuntu runs-on: ubuntu-latest # Запуск на Ubuntu
steps: steps:
- name: Check DNS Resolution - name: Check DNS Resolution
run: curl -I https://gitea:3000 run: curl -I https://git.softuniq.eu
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 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 - name: Set up Node.js 22
run: | run: |