aws-cloudformation / aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://aws.amazon.com/step-functions/
Apache License 2.0
6 stars 4 forks source link

Replace CodeBuild CI with GitHub Actions CI #8

Closed jormello closed 3 years ago

jormello commented 3 years ago

Description of changes: Replaces CodeBuild buildspec.yml with GitHub actions CI. Runs mvn clean verify for each resource.

Based on this PR. Given the current naming convention of our resources, we cannot iterate through the subdirectories looking for directories prefixed with aws-*. We should rename the resources in a future PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.