Compare commits
1 Commits
4abaee3072
...
399ab016b3
| Author | SHA1 | Date | |
|---|---|---|---|
| 399ab016b3 |
@@ -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 }}."
|
||||
|
||||
Reference in New Issue
Block a user