From 8945e65661b39b33eb517165403b68883aaa23e6 Mon Sep 17 00:00:00 2001 From: delta Date: Mon, 2 Sep 2024 13:46:07 +0300 Subject: [PATCH] add prtapc cfg check --- .github/workflows/prtapc.yml | 14 ++++++++++++++ README.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 .github/workflows/prtapc.yml diff --git a/.github/workflows/prtapc.yml b/.github/workflows/prtapc.yml new file mode 100644 index 0000000..3d23f81 --- /dev/null +++ b/.github/workflows/prtapc.yml @@ -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 diff --git a/README.md b/README.md index dc0749a..4a31c60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@

dlaptop intelnuc +

+

+ prtapc

\ No newline at end of file