From e0049f169983728811bf716691916ea896110dd8 Mon Sep 17 00:00:00 2001 From: Sateallia Date: Sun, 11 Aug 2024 23:49:22 +0300 Subject: [PATCH] Delete .gitea / workflows / actions.yaml --- .gitea / workflows / actions.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .gitea / workflows / actions.yaml diff --git a/.gitea / workflows / actions.yaml b/.gitea / workflows / actions.yaml deleted file mode 100644 index 5a3cf3c..0000000 --- a/.gitea / workflows / actions.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: Test build ${{ vars.NAME_PROJECT }} -run-name: ${{ gitea.actor }} is building ${{ gitea.repository }} -on: [push] - -jobs: - deploy: - runs-on: linux_amd64 - steps: - - uses: actions/checkout@v4 - - - name: Try building ${{ vars.NAME_PROJECT }} - run: gcc *.c ${{ vars.FLAGS_LDD }} -o ${{ vars.NAME_PROJECT }} \ No newline at end of file