]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - .github/workflows/nix.yml
Add support for 1Password CLI. (#493)
[xdg-ninja.git] / .github / workflows / nix.yml
1 name: "Nix Flake Check"
2 on:
3 pull_request:
4 paths:
5 - '**.nix'
6 push:
7 paths:
8 - '**.nix'
9 jobs:
10 tests:
11 runs-on: ubuntu-latest
12 steps:
13 - uses: actions/checkout@v3
14 - uses: cachix/install-nix-action@v19
15 - run: nix flake check
16 - run: nix build