Skip to content

[chore] Update Python Dependencies and remove unsued scripts in the repo #149

[chore] Update Python Dependencies and remove unsued scripts in the repo

[chore] Update Python Dependencies and remove unsued scripts in the repo #149

Workflow file for this run

name: "Continuous Build (Terraform)"
on:
push:
paths:
- '**/*.tf'
- '.github/workflows/ci-terraform.yml'
branches:
- main
pull_request:
paths:
- '**/*.tf'
- '.github/workflows/ci-terraform.yml'
branches:
- main
jobs:
check-terraform-syntax:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- run: terraform fmt -check -recursive