Skip to content

Commit

Permalink
fix: add missing build to package
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse committed Feb 14, 2024
1 parent 2a4384e commit 4dc946a
Show file tree
Hide file tree
Showing 8 changed files with 407 additions and 66 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/node.js.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/publishToNPM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Publish to NPM
on:
push:
branches: ['master', 'beta', 'alpha']
jobs:
release:
uses: carpasse/reusable-workflows/.github/workflows/publishToNPM.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35 changes: 0 additions & 35 deletions .github/workflows/release.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Run tests
on: [pull_request]
jobs:
validation:
uses: carpasse/reusable-workflows/.github/workflows/runTests.yml@master
5 changes: 5 additions & 0 deletions .github/workflows/validateCodebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Validate Codebase
on: [pull_request]
jobs:
validation:
uses: carpasse/reusable-workflows/.github/workflows/validateCodebase.yml@master
5 changes: 5 additions & 0 deletions .github/workflows/validateCommits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Validate commit messages
on: [pull_request]
jobs:
validation:
uses: carpasse/reusable-workflows/.github/workflows/validateCommits.yml@master
Loading

0 comments on commit 4dc946a

Please sign in to comment.