mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-12 09:26:54 +08:00
7 lines
145 B
YAML
7 lines
145 B
YAML
name: 'Run Pkg.build'
|
|
description: 'Run the build step in a Julia package'
|
|
author: 'David Anthoff'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/main.js'
|