Skip to content

add nais test config and workflows #5

add nais test config and workflows

add nais test config and workflows #5

Workflow file for this run

name: Nix tests
on:
pull_request:
paths: '**/*.nix'
jobs:
nix-tests:
name: nix-tests
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name:
uses: DeterminateSystems/nix-installer-action@v16
- name: Test formatting of nix files
run: |
nix fmt -- -c .