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

Added GitHub Actions support #21

Merged
merged 4 commits into from
Jan 5, 2022
Merged

Conversation

GeekMasher
Copy link
Contributor

I have added GitHub Actions support for Rudra so this should make is easier to users to just run in their workflow.

One thing to note is that I created a second Dockerfile which just pulls the latest version from GitHub Packages. This is because GitHub Actions will build the container versus pulling an image. Also it helped setting the Entrypoint for the image.

The second thing is that I have left the inputs but they are not used. I wanted to add support for the Action to error out if Rudra found anything but that can be added to inputs as a flag or enabled by default in Actions.

It would also be great to see the Action on the Actions Marketplace in the near future.

@GeekMasher GeekMasher mentioned this pull request Jan 5, 2022
@Qwaz
Copy link
Member

Qwaz commented Jan 5, 2022

Looks good to me, thanks! There are a few features that I think necessary for an official CI integration. I'll add details to README after merging this PR. Once they are fixed, I'll consider releasing the action on the Actions Marketplace :)

@Qwaz Qwaz merged commit a40b4d0 into sslab-gatech:master Jan 5, 2022
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.

None yet

2 participants