Skip to content

Commit

Permalink
plish
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 20, 2024
1 parent 3c22c08 commit f4f5033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚀 Deploy Prod
name: 🚀 Deploy Production

on:
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push

jobs:
pre-commit:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,5 +19,5 @@ jobs:
python-version: "3.11"
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
- name: Run pre-commit hooks
run: pre-commit run --all-files
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ repos:
- id: terraform_fmt
- id: terraform_tflint
- id: terraform_validate
# - id: terraform_tfsec
# - id: terraform_docs
# - id: terraform_checkov
# - id: terrascan
# - id: tfupdate

0 comments on commit f4f5033

Please sign in to comment.