fifth commit

This commit is contained in:
Artem Zharkov 2024-11-25 11:16:09 +01:00
parent 4d3e9b6710
commit 6a5034b3a2

View File

@ -1,8 +1,9 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, "
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
run: gcc -Wall -Werror main.c