We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1fcc35 + 259879c commit 90e68d1Copy full SHA for 90e68d1
1 file changed
.github/workflows/build-r-package.yaml
@@ -0,0 +1,18 @@
1
+name: Build flipRegression
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
7
+jobs:
8
+ build:
9
+ name: Build flipRegression
10
+ permissions:
11
+ checks: write
12
+ contents: read
13
+ uses: Displayr/nixr-public/.github/workflows/build-flake-installable.yaml@master
14
+ with:
15
+ installable-path: pkgs.x86_64-linux.rPackages.flipRegression
16
+ build-args: --override-input flipRegression .
17
+ installable-name: flipRegression
18
+ secrets: inherit
0 commit comments