dlaptop dry-run

This commit is contained in:
deltathetawastaken 2024-05-17 23:19:44 +03:00 committed by GitHub
parent 5c9fc3c38a
commit 98779d4e9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
.github/workflows/dlaptop.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: "laptop"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- run: nix build .#nixosConfigurations.dlaptop.config.system.build.toplevel --dry-run