Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/build-r-package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build rhtmlHeatmap

on:
workflow_dispatch:
push:

jobs:
build:
name: Build rhtmlHeatmap
permissions:
checks: write
contents: read
uses: Displayr/nixr-public/.github/workflows/build-flake-installable.yaml@master
with:
installable-path: pkgs.x86_64-linux.rPackages.rhtmlHeatmap
build-args: --override-input rhtmlHeatmap .
installable-name: rhtmlHeatmap
secrets: inherit
13 changes: 0 additions & 13 deletions package.nix

This file was deleted.

Loading