add CI workflow
CI / build (push) Successful in 17s

This commit is contained in:
2026-07-02 00:54:48 +02:00
parent 99ab7a5f27
commit 6c7740b6f7
+9
View File
@@ -0,0 +1,9 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo hello-from-gitcod-actions
- run: sleep 3
- run: echo done