add CI workflow and initial main.c file with a simple main function
Some checks failed
First CI / build (push) Has been cancelled
Some checks failed
First CI / build (push) Has been cancelled
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
name: First CI
|
||||
on: [push]
|
||||
|
||||
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