https://github.com/k-foss/npm-run-action
https://github.com/k-foss/npm-run-action
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/k-foss/npm-run-action
- Owner: K-FOSS
- Created: 2020-03-16T17:08:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:23:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T23:12:47.216Z (4 months ago)
- Language: TypeScript
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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/'```