Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Deno port of the core package in github.com/actions/toolkit. ⚠️ Please note that as of version 1.28, Deno now supports npm modules, which means this module is no longer necessary. We recommend using the npm module that this Deno port is based on instead.

License

Notifications You must be signed in to change notification settings

denorians/deno_actions_core

Repository files navigation

deno_actions_core

Deno port of the core package in actions/toolkit.

⚠️ Please note that as of version 1.28, Deno now supports npm modules, which means this module is no longer necessary. We recommend using the npm module that this Deno port is based on instead.

Getting Started

  1. Import the module:

    import * as core from "https://deno.land/x/deno_actions_core/mod.ts";
  2. 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.

About

Deno port of the core package in github.com/actions/toolkit. ⚠️ Please note that as of version 1.28, Deno now supports npm modules, which means this module is no longer necessary. We recommend using the npm module that this Deno port is based on instead.

Resources

License

Stars

Watchers

Forks