Add Gitea Actions build workflow
Some checks failed
Build / build (push) Failing after 0s

This commit is contained in:
Nils Burghardt
2025-07-13 14:21:51 +02:00
parent 6f31eee9b0
commit 287bab7304

View File

@@ -0,0 +1,19 @@
name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: local
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Print working directory
run: pwd
- name: List contents
run: ls -al