main #21

Merged
1323ed5 merged 12 commits from main into feature/admin-section 2024-11-15 12:35:25 +00:00
Showing only changes of commit 38ba2356bc - Show all commits

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