QwertyAvatar 3b21ca517f commit 2
2023-12-01 11:00:02 +01:00

9 lines
150 B
YAML

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