Skip to content

chore: bump Eona-X components version to v0.5.2 #3

chore: bump Eona-X components version to v0.5.2

chore: bump Eona-X components version to v0.5.2 #3

Workflow file for this run

name: Terraform
on:
push:
branches:
- master
paths:
- 'deployment/**'
pull_request:
paths:
- 'deployment/**'
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Check Terraform files are properly formatted (run "terraform fmt -recursive" to fix)'
run: |
terraform fmt -recursive
git diff --exit-code