0.1.49-alpha.gcdab05e938 • Published 6 years ago

cloudbuild-task-github-actions v0.1.49-alpha.gcdab05e938

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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);