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

Convert from travis to GitHub actions #284

Merged
merged 7 commits into from
May 13, 2024

Conversation

busma13
Copy link

@busma13 busma13 commented May 8, 2024

This PR makes the following changes:

  • delete travis.yml
  • add workflows/test.yml
  • add workflows/publish.yml
  • fix lint error in cli.ts
  • add @sotojn and @busma13 to dependabot assignees list
  • Bump version from 0.8.7 to 0.8.8

ref: #282

.github/workflows/test.yml Outdated Show resolved Hide resolved
node-version: '18.19.1'
registry-url: 'https://registry.npmjs.org'
- run: yarn setup
- run: ./scripts/publish.sh
Copy link
Member

Choose a reason for hiding this comment

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

Lets discuss whether we really need a separate publish.sh or should we do a more standard workflow like:

https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry

Copy link
Author

Choose a reason for hiding this comment

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

This will work. I just need to pass in the new version or yarn publish will try to bump it.

@busma13 busma13 requested a review from godber May 13, 2024 20:57
@busma13 busma13 marked this pull request as ready for review May 13, 2024 20:57
@godber godber merged commit d1810ab into master May 13, 2024
4 checks passed
@godber godber deleted the convert-from-travis-to-github-actions branch May 13, 2024 22:15
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.

2 participants