add prtapc cfg check

This commit is contained in:
delta 2024-09-02 13:46:07 +03:00
parent a2dc9994e1
commit 8945e65661
2 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,14 @@
name: "prtapc"
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.prtapc.config.system.build.toplevel --dry-run

View file

@ -2,3 +2,6 @@
<img src="https://github.com/deltathetawastaken/dotfiles/actions/workflows/dlaptop.yml/badge.svg" alt="dlaptop">
<img src="https://github.com/deltathetawastaken/dotfiles/actions/workflows/intelnuc.yml/badge.svg" alt="intelnuc">
</p>
<p align="center">
<img src="https://github.com/deltathetawastaken/dotfiles/actions/workflows/prtapc.yml/badge.svg" alt="prtapc">
</p>