Delete .gitea/workflows/action.yaml

This commit is contained in:
Sateallia 2024-08-11 23:57:44 +03:00
parent 4c82e6b3ee
commit fa53b241d1

View File

@ -1,12 +0,0 @@
name: Test build
run-name: ${{ gitea.actor }} is building ${{ gitea.repository }}
on: [push]
jobs:
build:
runs-on: linux_amd64
steps:
- uses: actions/checkout@v4
- name: Try building
run: gcc *.c ${{ vars.FLAGS_LDD }} -o ${{ vars.NAME_PROJECT }}