Skip to content

Commit

Permalink
Add npm build workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit committed Mar 4, 2024
1 parent bbee3f7 commit a8d3c36
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/npm_build_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: NPM Build (Workflow)

on:
push:
paths:
- .github/workflows/npm_build.yml
- .github/workflows/npm_build_workflow.yml
workflow_dispatch:

jobs:
npm_build:
name: NPM Build
uses: DynamoDS/workflows/.github/workflows/npm_build.yml@master
with:
runner: ubuntu-latest
repository: DynamoDS/SplashScreen
node_version: 20
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Collection of reusable workflows and compostite actions
| -- | -- | -- | -- |
| [greeting.yml](https://github.com/DynamoDS/workflows/blob/master/workflows/greeting.yml) | sample workflow | [greeting_workflow.yml](.github/workflows/greeting_workflow.yml) | [![Greeting (Workflow)](https://github.com/DynamoDS/workflows/actions/workflows/greeting_workflow.yml/badge.svg)](https://github.com/DynamoDS/workflows/actions/workflows/greeting_workflow.yml) |
| [msbuild.yml](https://github.com/DynamoDS/workflows/blob/master/workflows/msbuild.yml) | Build a project with msbuild | [msbuild_workflow.yml](.github/workflows/msbuild_workflow.yml) | [![MSBuild (Workflow)](https://github.com/DynamoDS/workflows/actions/workflows/msbuild_workflow.yml/badge.svg)](https://github.com/DynamoDS/workflows/actions/workflows/msbuild_workflow.yml) |
| [npm_build.yml](https://github.com/DynamoDS/workflows/blob/master/workflows/npm_build.yml) | Build a project with npm | [npm_build_workflow.yml](.github/workflows/npm_build_workflow.yml) | [![npm_build (Workflow)](https://github.com/DynamoDS/workflows/actions/workflows/npm_build_workflow.yml/badge.svg)](https://github.com/DynamoDS/workflows/actions/workflows/npm_build_workflow.yml) |

## Composite Actions

Expand Down

0 comments on commit a8d3c36

Please sign in to comment.