Обновить .gitea/workflows/dev.yaml

This commit is contained in:
NW 2024-11-14 21:09:33 +00:00
parent 1cabe48594
commit 38ba2356bc

View File

@ -10,7 +10,7 @@ on:
jobs:
lint:
runs-on: ubuntu:latest # Запуск на Ubuntu
runs-on: ubuntu-latest # Запуск на Ubuntu
steps:
- name: Checkout code
uses: actions/checkout@v3