Skip to content

Commit

Permalink
comment out tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
philvarner committed May 20, 2024
1 parent 1ffdebe commit fe58226
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Preparing Environment
id: prep_env
run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }}
# TODO: re-enable this when upgrading to >= 2.23.0 w/ fix for tflint
# - name: Preparing Environment
# id: prep_env
# run: ./scripts/retrieve_tf_modules.sh ${{ env.fd-aws-tf-modules-version }}
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit hooks
Expand Down

0 comments on commit fe58226

Please sign in to comment.