An open API service indexing awesome lists of open source software.

https://github.com/k-foss/npm-run-action


https://github.com/k-foss/npm-run-action

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# K-FOSS/npm-run-action

This is a GitHub action for running NPM scripts.

## Usage

Under the steps field in your Action YAML

```YAML
- uses: K-FOSS/npm-run-action
with:
scriptName: 'test'
scriptPath: 'API/'

```