feat: add gitea actions workflow
continuous-integration/drone/push Build is passing Details
build Details

This commit is contained in:
Garionion 2023-03-22 20:15:40 +01:00
parent 2bc35c1a26
commit 278db0e1d2
Signed by: garionion
SSH Key Fingerprint: SHA256:6uQQGh4dHIdYnrR+qeLdgx5SDmbttGp2HusA73563QA
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
name: "Test"
on: [push]
jobs:
build:
runs-on: nixos/nix
steps:
- uses: actions/checkout@v3
- run: nix build