LagsKing 011a1a895f
Some checks failed
First CI / build (push) Failing after 11s
added main.c
2023-11-21 18:17:56 +01:00

10 lines
202 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Printing hello
run: gcc -Wall -Werror main.c