-
Notifications
You must be signed in to change notification settings - Fork 0
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 initial github action #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rblaine95
force-pushed
the
chore/github-actions
branch
7 times, most recently
from
November 7, 2023 09:57
11af5e5
to
027c7fd
Compare
* Add basic initial github action. * Initially just running tests * Add dependabot to maintain github action versions * Add `.rtx.toml` for those that want to use it to manage Java and Scala CLI versions * Add `.vscode/` with some initial settings * Update `.gitignore`
rblaine95
force-pushed
the
chore/github-actions
branch
from
November 7, 2023 10:01
027c7fd
to
88b5098
Compare
rblaine95
force-pushed
the
chore/github-actions
branch
from
November 7, 2023 10:08
1412fa4
to
19fd215
Compare
ff137
approved these changes
Nov 7, 2023
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.
Nice work 👍
@@ -59,8 +59,8 @@ openai-conf { | |||
} | |||
|
|||
passkit-conf { | |||
keystore-path ="/Users/ian/dev/gleibnif/modules/client/src/main/resources/credentials/didx1.p12" | |||
keystore-password ="amad3usM02art" | |||
keystore-path = "/Users/ian/dev/gleibnif/modules/client/src/main/resources/credentials/didx1.p12" |
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.
@iandebeer we can probably remove this 👀
rblaine95
force-pushed
the
chore/github-actions
branch
3 times, most recently
from
November 7, 2023 12:11
06e96eb
to
6a34b51
Compare
rblaine95
force-pushed
the
chore/github-actions
branch
from
November 7, 2023 12:11
6a34b51
to
468ca46
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.rtx.toml
for those that want to use it to manage Java and Scala CLI versions.vscode/
with some initial settings.gitignore
Docker Build (
ci.yml
)The CI Action executes the following:
dawn-patrol
CLI as a standalone jareclipse-temurin:21
docker image