@@ -5,5 +5,4 @@ jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, "
- run: gcc main.c
@@ -0,0 +1,5 @@
int main()
{
printf("Halo, Welt!");
return 0;
}
The note is not visible to the blocked user.