password-hash-self-service/.forgejo/workflows/build.yaml
Simon Bruder a09c08847b
All checks were successful
/ build (push) Successful in 3s
Update CI to use nix runner
2024-07-19 15:47:24 +02:00

19 lines
414 B
YAML

# SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
on: [push]
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: nix build -L .#
- name: Upload
uses: actions/upload-artifact@v3
with:
name: password-hash-self-service
path: result/