Skip to content

ci: add nix action

ci: add nix action #2

Workflow file for this run

---
name: Nix
on:
pull_request_target:
push:
branches:
- master
jobs:
check:
runs-on: [self-hosted, nixos]
steps:
- uses: actions/checkout@v4
- run: nix flake check