-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Add node js package and GitHub actions #5180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we're using any node JS build scripts/container themes on the website - Ayham made the style himself.
It also prevents GitHub actions from stall idling like this, as it has a task to represent it. |
@@ -0,0 +1,19 @@ | |||
{ | |||
"name": "skript", | |||
"version": "1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What version would this follow Skript or the website? for the website currently the version is handled here
In case it doesn't show up from the link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be okay (approval from ayham def needed)
Maybe the workflow should target all branches so that it runs on PRs too?
This workflow will only be present on gh-pages
affiliated branches so.
Going to rebase this on the documentation repo |
Description
We need to fix GitHub actions running on a node.js branch, also add tests for CI. Ali's pull at #4319 doesn't have this so it shouldn't conflict.