cloudbuild-task-github-actions
TypeScript icon, indicating that this package has built-in type declarations

0.1.185-beta • Public • Published

cloudbuild-task-github-actions

These NPM packages are typed with TypeScript MIT license Required Node

This package depends on actions/core

This package implements the cloudbuild-task-contracts abstraction for GitHub Actions, allowing a build task that was written against that abstraction to run as a GitHub Action.

Example usage

import { factory } from 'cloudbuild-task-github-actions';
import { run } from './MyPortableTask';

run(factory);

Readme

Keywords

none

Package Sidebar

Install

npm i cloudbuild-task-github-actions

Weekly Downloads

2

Version

0.1.185-beta

License

MIT

Unpacked Size

22.1 kB

Total Files

33

Last publish

Collaborators

  • andrewarnott