Delete .gitea/workflows/action.yaml
This commit is contained in:
parent
4c82e6b3ee
commit
fa53b241d1
@ -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 }}
|
Loading…
Reference in New Issue
Block a user