This commit is contained in:
parent
d26060e59f
commit
011a1a895f
@ -5,5 +5,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Printing hello
|
- name: Printing hello
|
||||||
run: echo "Hello, 🌎"
|
run: gcc -Wall -Werror main.c
|
5
.gitea/workflows/main.c
Normal file
5
.gitea/workflows/main.c
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
int main()
|
||||||
|
{
|
||||||
|
printf("Halo, Welt!");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user