Skip to content

Commit

Permalink
merge tf checks
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 4, 2024
1 parent 48e370c commit f49c3a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 53 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/check.yaml

This file was deleted.

12 changes: 8 additions & 4 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Validate Terrform format"
working-directory: .
run: |-
terraform fmt -check -recursive

- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest

- name: Check Terraform files are properly formatted (run "terraform fmt -recursive" to fix)
run: |
terraform fmt -recursive
git diff --exit-code
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=org.eclipse.edc
version=0.7.1-SNAPSHOT
version=0.7.2-SNAPSHOT

edcGradlePluginsVersion=0.7.1-SNAPSHOT
annotationProcessorVersion=0.7.1-SNAPSHOT
metaModelVersion=0.7.1-SNAPSHOT
edcGradlePluginsVersion=0.7.2-SNAPSHOT
annotationProcessorVersion=0.7.2-SNAPSHOT
metaModelVersion=0.7.2-SNAPSHOT

0 comments on commit f49c3a8

Please sign in to comment.