infrastructure/.forgejo/workflows/test.yml

14 lines
261 B
YAML
Raw Normal View History

2023-06-07 14:47:37 +02:00
name: Nix
2023-06-07 14:03:42 +02:00
on: [push]
jobs:
lint:
runs-on: docker
steps:
- uses: actions/checkout@v3
2023-06-07 15:09:58 +02:00
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
- name: Run `nix build`
run: nix --version