Обновить .gitea/workflows/dev.yaml
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 23s
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 23s
This commit is contained in:
parent
78fca43358
commit
9f853158e7
@ -12,6 +12,9 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest # Запуск на Ubuntu
|
runs-on: ubuntu-latest # Запуск на Ubuntu
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check DNS Resolution
|
||||||
|
run: nslookup gitea
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user