Compare commits
3 Commits
d7db61e46f
...
96ee323cf0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96ee323cf0 | ||
|
|
9eb3344ebd | ||
|
|
8414bc27ff |
7
.gitea/main.c
Normal file
7
.gitea/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Halo, Welt!");
|
||||
return 0;
|
||||
}
|
||||
@@ -4,5 +4,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Printing hello
|
||||
run: echo "Hello, "
|
||||
- uses: actions/checkout@v4
|
||||
- name: build using gcc
|
||||
run: gcc -Wall -Werror main.c
|
||||
|
||||
Reference in New Issue
Block a user