Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 249 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 249 Bytes

K-FOSS/npm-run-action

This is a GitHub action for running NPM scripts.

Usage

Under the steps field in your Action YAML

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