mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2024-11-23 20:19:16 +01:00
b77e4125ee
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
22 lines
354 B
YAML
22 lines
354 B
YAML
---
|
|
name: test nix/install
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- '.forgejo/workflows/nix-install.yaml'
|
|
- 'install/**'
|
|
|
|
jobs:
|
|
nix/install:
|
|
runs-on: node20
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v3
|
|
|
|
- name: install Nix
|
|
uses: ./install
|
|
|
|
- name: check the installation
|
|
run: |
|
|
type -p nix
|