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