Skip to content

Commit

Permalink
Merge pull request #19 from clouddrove/1.0.1
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
yadavprakash authored May 20, 2022
2 parents f96f474 + fc133f5 commit 39957ff
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
- ${{ needs.versionExtract.outputs.minVersion }}
- ${{ needs.versionExtract.outputs.maxVersion }}
directory:
- _example/APNS/basic
- _example/APNS/complete
- _example/APNS/text
- _example/GCM
- _example/sns_topic
- _example/

steps:
- name: Checkout
Expand All @@ -58,8 +54,8 @@ jobs:
cd ${{ matrix.directory }}
terraform init
terraform validate
- name: tflint
- name: tflint
uses: reviewdog/action-tflint@master
with:
github_token: ${{ secrets.GITHUB }}
Expand All @@ -68,7 +64,6 @@ jobs:
filter_mode: 'nofilter'
flags: '--module'


format:
name: Check code format
runs-on: ubuntu-latest
Expand All @@ -84,4 +79,4 @@ jobs:
terraform_version: ${{ needs.versionExtract.outputs.maxVersion }}

- name: Check Terraform format changes
run: terraform fmt --recursive
run: terraform fmt --recursive

0 comments on commit 39957ff

Please sign in to comment.