Skip to content

Commit

Permalink
cat the README
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Aug 9, 2024
1 parent d9ba129 commit 6021bf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:

- name: Check for changed files
run: |
cat README.md
if [ -z "$(git status -s README.md)" ]; then
echo "Success!"
exit 0
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ go test -count 1 -v .
```

<!-- BEGIN_TF_DOCS -->
ewyles
## Requirements

eric was here
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
Expand All @@ -21,7 +20,7 @@ ewyles

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.42.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.62.0 |

## Modules

Expand Down

0 comments on commit 6021bf8

Please sign in to comment.