[test] gitea workflow
Some checks failed
Verification / Is-Buildable (push) Failing after 3s

This commit is contained in:
Artur Mukhamadiev 2026-04-21 17:14:18 +03:00
parent b85fa6fc76
commit 0cde5159af

View File

@ -3,11 +3,14 @@ run-name: ${{ gitea.actor }} runs verification of the project
on:
push:
branches:
- 'master'
- "master"
jobs:
Is-Buildable:
runs-on: ubuntu-latest
container:
image: docker:latest
options: --cpusccet-cpus="0-3"
steps:
- name: Ensure That Build system available
run: |
@ -22,7 +25,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: 'true'
submodules: "true"
- name: Build project
run: |
cd ${{ gitea.workspace }}