0.3.0
Deno port of the core package in github.com/actions/toolkit.
Repository
Current version released
2 years ago
Dependencies
std
Versions
deno_actions_core
Deno port of the core package in actions/toolkit.
Getting Started
Import the module:
import * as core from "https://deno.land/x/deno_actions_core/mod.ts";
Refer to the usage guide.
Contributing
Refer to the contributing guide.
Acknowledgments
This project was adapted from the core package in github.com/actions/toolkit, mainly by replacing Node-dependent functions with Deno equivalents. This includes documentation. File names, organization, and style have also changed to reflect that of a conventional Deno module. Note that the original MIT-licensed package was created by GitHub.
Copies and derivatives of this codebase should preserve all included acknowledgments.
License
All contributions to this repository are licensed under MIT.