Skip to content

Commit

Permalink
Test GHA (#3)
Browse files Browse the repository at this point in the history
* Test GHA

* Fix branch workflow

* Update outputs.tf

* Added workflows

* Added workflows

* Added workflows

* chore: update README.md

* Update main.tf

* Update outputs.tf

* Update Makefile

* Added readme

* chore: update README.md

* Update outputs.tf

* chore: update README.md

* Update outputs.tf

* chore: update README.md

* Update outputs.tf

* chore: update README.md

* Update outputs.tf

* chore: update README.md

* Update outputs.tf

* Update outputs.tf

* chore: update README.md

* Added labels to PR on commit

* chore: update README.md

* Update outputs.tf

* chore: update README.md

* Update outputs.tf

* chore: update README.md

* Update outputs.tf

* chore: update README.md

* Update outputs.tf

* Update Makefile

* chore: update README.md

* Update README.yaml

* chore: update README.md

---------

Co-authored-by: readme-action 📖 <[email protected]>
  • Loading branch information
goruha and actions-user authored Oct 10, 2024
1 parent 72f1eb0 commit adc44fd
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 98 deletions.
Binary file added .github/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ on:
- 'test/**'
- 'README.md'

permissions: {}
permissions:
contents: write
id-token: write
pull-requests: write

jobs:
component:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ aws-assumed-role/
# deps
Brewfile.lock.json

# docs targets
docs/terraform.md
docs/targets.md

# custom direnv and .env
.env*

Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

all: init readme

readme: readme/build

test::
@echo "🚀 Starting tests..."
./test/run.sh
Expand Down
50 changes: 24 additions & 26 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,21 @@ github_repo: "cloudposse-terraform-components/template"
description: |-
Description of this component
usage: |-
**Stack Level**: Regional
Here's an example snippet for how to use this component.
```yaml
components:
terraform:
foo:
vars:
enabled: true
```
include:
- "src/README.md"
- "docs/terraform.md"

tags:
- terraform
Expand Down
Loading

0 comments on commit adc44fd

Please sign in to comment.