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

Refactor to typescript #80

Merged
merged 4 commits into from
Jan 11, 2022
Merged

Refactor to typescript #80

merged 4 commits into from
Jan 11, 2022

Conversation

davidmfinol
Copy link
Member

Changes

  • Refactor to typescript

Checklist

  • Read the contribution guide and accept the code of conduct
  • Readme (updated or not needed)
  • Tests (added, updated or not needed)

@@ -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; }
Copy link
Member

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?

Copy link
Member

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?

Copy link
Member Author

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

src/model/image-tag.ts Outdated Show resolved Hide resolved
Copy link
Member

@webbertakken webbertakken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

.husky/pre-commit Outdated Show resolved Hide resolved
@davidmfinol davidmfinol merged commit 8995288 into main Jan 11, 2022
@davidmfinol davidmfinol deleted the typescript branch January 11, 2022 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants