From 001b49be6e8dadfa00078de8851a7aa3e30aead2 Mon Sep 17 00:00:00 2001 From: Jordan Cran Date: Mon, 5 May 2025 14:05:31 +1000 Subject: [PATCH] DPI-2964: use nix CI --- .github/workflows/build-r-package.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/build-r-package.yaml diff --git a/.github/workflows/build-r-package.yaml b/.github/workflows/build-r-package.yaml new file mode 100644 index 0000000..ec59c2b --- /dev/null +++ b/.github/workflows/build-r-package.yaml @@ -0,0 +1,18 @@ +name: Build flipPlots + +on: + workflow_dispatch: + push: + +jobs: + build: + name: Build flipPlots + permissions: + checks: write + contents: read + uses: Displayr/nixr-public/.github/workflows/build-flake-installable.yaml@master + with: + installable-path: pkgs.x86_64-linux.rPackages.flipPlots + build-args: --override-input flipPlots . + installable-name: flipPlots + secrets: inherit