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

Add GitHub Actions config #619

Merged
merged 1 commit into from
Feb 28, 2020
Merged

Add GitHub Actions config #619

merged 1 commit into from
Feb 28, 2020

Conversation

scalvert
Copy link
Collaborator

This PR takes a first stab at converting the existing .travis.yml to github actions. I ended up splitting the previous configuration into two:

  • CI Build: builds, lints and tests
  • Publish: builds, tags, and releases

I'm open to changing any of it.

Copy link
Collaborator

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

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

nice work 👍

.github/workflows/ci-build.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
@Turbo87 Turbo87 changed the title WIP - Converting to github actions Add GitHub Actions config Feb 28, 2020
Copy link
Collaborator

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

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

slightly adjusted it, but I think this look quite good. thanks! 👍

@Turbo87 Turbo87 merged commit a0ebd58 into master Feb 28, 2020
@delete-merged-branch delete-merged-branch bot deleted the github-actions branch February 28, 2020 09:24
- name: auto-dist-tag
run: |
yarn global add auto-dist-tag@1
auto-dist-tag --write
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

Successfully merging this pull request may close these issues.

2 participants