Compare commits

..

1 Commits

Author SHA1 Message Date
399ab016b3 uhh action test
Some checks failed
Gitea Actions Demo / build (push) Failing after 2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
2026-03-01 02:29:47 -07:00

View File

@@ -3,6 +3,13 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build:
runs-on: nixos
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: build doerg
run: nix build .#doerg
Explore-Gitea-Actions:
runs-on: nixos
steps:
@@ -16,4 +23,4 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."