mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2025-04-20 09:30:15 +03:00
19 lines
276 B
YAML
19 lines
276 B
YAML
---
|
|
name: test nix/install
|
|
|
|
on:
|
|
push:
|
|
|
|
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
|