Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Run npm install & npm run build in GitHub Action pipeline #21

Open
rsenden opened this issue Nov 28, 2023 · 0 comments
Open

ci: Run npm install & npm run build in GitHub Action pipeline #21

rsenden opened this issue Nov 28, 2023 · 0 comments

Comments

@rsenden
Copy link
Contributor

rsenden commented Nov 28, 2023

Currently, there's a configure.sh script to be run by the developer to install git hooks that will automatically build NodeJS actions upon commit. However, if a developer doesn't install these git hooks, any updates to NodeJS action source code will not become effective until someone explicitly compiles the code.

The GitHub Actions pipeline already contains steps for updating documentation resources and sub-action version references, so adding the necessary steps for compiling the NodeJS actions shouldn't be too difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant