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 rhtmlMoonPlot

on:
workflow_dispatch:
push:

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

This file was deleted.

Loading