fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
203 stars 99 forks source link

Switch CI to Github Actions #320

Open snoyberg opened 4 years ago

ketzacoatl commented 4 years ago

cc @mcgirr / @Magicloud

mcgirr commented 4 years ago

It sounds like github actions require using a docker image, and we will not have a default build image with our tools, so we should include the docker image in the repo as well?

I'm getting up to speed with Github actions and will have a better response soon but if this is the case then yes I think that makes sense.

snoyberg commented 4 years ago

This PR includes a workflow for building the Docker image used by the lint workflow.

mcgirr commented 4 years ago

I'm more familiar with GitHub Workflows/Actions now. I could shift back to review this PR if that's wanted.

ketzacoatl commented 4 years ago

@mcgirr, sure, it would be good to bring CI back for this repo.