JSPM

github-action-in-circleci-shim

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q26238F
  • License MIT

A shim for when you need to run a GitHub Action in CircleCI, to have more control over API limits.

Package Exports

  • github-action-in-circleci-shim

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (github-action-in-circleci-shim) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

github-action-in-circleci-shim

A shim for when you need to run a GitHub Action in CircleCI, to have more control over API limits.

This supports everything except the payload file, if you want that you should make a request to the GitHub API for the actual payload.

Usage

var shim = require('github-action-in-circleci-shim');
var actionName = "lint-codebase";

shim(actionName);