0.1.185-beta • Published 11 months ago

cloudbuild-task-github-actions v0.1.185-beta

Weekly downloads
3
License
MIT
Repository
github
Last release
11 months 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);