diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27196b2b..fb16606c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,24 +6,6 @@ on: branches: [main] jobs: - format-code: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: hashicorp/setup-terraform@v2 - with: - terraform_version: "1.3.7" - - uses: actions/setup-node@v3 - with: - node-version: "16.17.0" - - run: terraform fmt **/*.tf - - run: npm --prefix frontend ci - - run: npm --prefix frontend run-script fmt - - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Apply formatting changes - branch: ${{ github.head_ref }} client-test: runs-on: ubuntu-latest steps: