💚 Adds CI build
All checks were successful
Gitea Build Action / build (push) Successful in 1m36s

This commit is contained in:
Daniel Svitan 2025-05-27 19:52:51 +02:00
parent f953f59072
commit 55581a63d3

View File

@ -0,0 +1,17 @@
name: Gitea Build Action
run-name: ${{ gitea.actor }} build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "testing this and that"
- run: ls
- run: pwd
- name: Checkout code
uses: actions/checkout@v4
- run: echo "checked out ${{ gitea.repository }}"
- run: ls
- run: pwd
- run: echo "okay the status is ${{ job.status }}"