Skip to content

Commit

Permalink
Updated main README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonryser committed Sep 25, 2024
1 parent 7049c4f commit 9832976
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ This repo hold various accelerators for Github workflows (Actions) as well as re

## Workflows

- [Deploy to Elastic Beanstalk](./.github/workflows/DEPLOY_2_EB.md)
- [Deploy to Elastic Beanstalk](./.github/workflows/deploy-2-eb/DEPLOY_2_EB.md)
- [Github Action Code Quality](./.github/workflows/github-action-code-quality)
- [Github Action Create Release](./.github/workflows/github-action-create-release/GITHUB_ACTION_CREATE_RELEASE.md)

## Actions

- [Configure AWS](./.github/actions/configure-aws/README.md)
- [Job Info](./.github/actions/job-info/README.md)
- [Lint SQL](./.github/actions/lint-sql/README.md)
- [Lint Terraform](./.github/actions/lint-terraform/README.md)
- [Lint and Test with Yarn](./.github/actions/lint-test-yarn/README.md)
- [Promote ECR Image](./.github/actions/promote-ecr-image/README.md)
- [Test Python](./.github/actions/test-python/README.md)
- [Update AWS ECS](./.github/actions/update-aws-ecs/README.md)
- [Update AWS Lambda](./.github/actions/update-aws-lambda/README.md)
- [Validate Terraform](./.github/actions/validate-terraform/README.md)

0 comments on commit 9832976

Please sign in to comment.