-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Refactor to typescript #80
Conversation
@@ -16,7 +16,7 @@ jobs: | |||
- run: yarn lint | |||
- run: yarn test | |||
- run: yarn build || { echo "build command should always succeed" ; exit 61; } | |||
- run: yarn build --quiet && git diff --quiet action || { echo "action should be auto generated" ; exit 62; } | |||
# - run: yarn build --quiet && git diff --quiet dist || { echo "dist should be auto generated" ; exit 62; } |
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.
should we just remove that line?
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.
Yea ideally we do check somehow that the dist files are generated along with the PR.
Perhaps auto-generate it pre-merge or after every push?
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 created a separate issue for this line: https://github.com/game-ci/unity-actions/issues/133
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.
LGTM
Changes
Checklist