Add workflow
All checks were successful
Continuous Integration / env (push) Successful in 1s

This commit is contained in:
2026-01-06 12:48:19 +01:00
parent c9253b5d08
commit 8e13e2004a

13
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,13 @@
name: Continuous Integration
on:
push:
branches:
- main
jobs:
env:
runs-on: linux
steps:
- name: Show env
run: env | sort