diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml deleted file mode 100644 index 7303855..0000000 --- a/.gitea/workflows/action.yaml +++ /dev/null @@ -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 }} \ No newline at end of file