add ci.yml

This commit is contained in:
alexkrdb 2023-11-21 16:14:46 +01:00
commit 9c53d7c5cd

9
ci.yml Normal file
View File

@ -0,0 +1,9 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, world"