nixos-config/.forgejo/workflows/test.yaml

16 lines
366 B
YAML
Raw Normal View History

2024-06-02 14:41:10 +02:00
# SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
2024-06-02 17:22:37 +02:00
- run: |
apt-get update
apt-get -y install sudo
- uses: https://github.com/cachix/install-nix-action@v27
- run: nix flake show