Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-12 01:05:57 +02:00
parent 5f0badfe64
commit eed719674f

29
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,29 @@
name: Build project
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Building monolith package
run: nix build .#monolith
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: result
path: result