Skip to content

Commit

Permalink
Added Terraform format for Resource Definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBabin committed Jul 30, 2024
1 parent 2bca110 commit 7e30fe2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/scheduled-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# - name: Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: 22.x
# cache: "npm"
#- name: Install dependencies
# run: npm ci
- name: Generate Terraform Resource Definitions
run: node ./tools/generate-terraform.js resource-definitions
- name: Format Terraform Resource Definitions
run: terraform fmt -recursive resource-definitions/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 7e30fe2

Please sign in to comment.