Skip to content

Commit

Permalink
Remove format code hook
Browse files Browse the repository at this point in the history
  • Loading branch information
punmechanic committed Feb 22, 2024
1 parent fe87642 commit 45289ec
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 45289ec

Please sign in to comment.