Socket
Book a DemoInstallSign in
Socket

dedebug

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dedebug

Demo

npmnpm
Version
1.0.2
Version published
Weekly downloads
5
400%
Maintainers
1
Weekly downloads
 
Created
Source

npm GitHub Action Example

An example workflow, using the GitHub Action for npm to build, test, and publish an npm module, @scrabblescore/scrabblescore.

Workflow

The example workflow will trigger on every push to this repo.

For pushes to a feature branch, the workflow will:

  • Run npm install, to install the module's prerequisites
  • Run npm test, to run the module's unit tests

For pushes to the default branch (master), in addition to the above Actions, the workflow will:

  • Run npm publish, to release the module to the world

License

This repository is licensed under CC0-1.0, which waives all copyright restrictions.

FAQs

Package last updated on 04 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts