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

Migrate to github actions #300

Merged
merged 2 commits into from
Dec 30, 2020
Merged

Conversation

softinio
Copy link
Contributor

No description provided.

@softinio softinio enabled auto-merge (squash) December 30, 2020 20:25
@softinio softinio requested a review from mijicd December 30, 2020 20:27
Copy link
Member

@mijicd mijicd left a comment

Choose a reason for hiding this comment

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

Few minor remarks, LGTM otherwise!

@@ -0,0 +1,4 @@
.github/workflows/ @softinio @mijicd
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
.github/workflows/ @softinio @mijicd
* @zio/zio-nio
.github/workflows/ @softinio @mijicd

~/.sbt
~/.m2
~/.cache
key: sbt-nio-cache-${{ matrix.java }}-${{ matrix.scala }}
Copy link
Member

Choose a reason for hiding this comment

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

I think we don't even need nio prefix. As far as I understood it's project-specific, or?

Also, I've used a bit different naming scheme, see here.

branches: ['*']
push:
branches: ['master']
tags: ['v*']
Copy link
Member

Choose a reason for hiding this comment

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

Just a reminder that we need to make this one work :).

@@ -28,11 +28,10 @@ Learn more about ZIO-NIO at:
* [Non Blocking IO](https://www.youtube.com/watch?v=uKc0Gx_lPsg)
* [Blocking vs Non-blocking IO](http://tutorials.jenkov.com/java-nio/nio-vs-io.html)

[badge-ci]: https://circleci.com/gh/zio/zio-nio/tree/master.svg?style=svg
[Badge-CI]: https://github.com/zio/zio-actors/workflows/CI/badge.svg
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
[Badge-CI]: https://github.com/zio/zio-actors/workflows/CI/badge.svg
[Badge-CI]: https://github.com/zio/zio-nio/workflows/CI/badge.svg

@softinio softinio merged commit 2be9bd7 into master Dec 30, 2020
svroonland pushed a commit that referenced this pull request Aug 9, 2021
* Migrate to github actions

* Update CODEOWNERS
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