Skip to content

Commit

Permalink
retrieve tf modules during validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 20, 2024
1 parent aeb29ac commit 1ffdebe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Pre-commit CI

on:
push
on: push

env:
fd-aws-tf-modules-version: v2.23.0

jobs:
validate:
Expand All @@ -17,6 +19,9 @@ 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 }}
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit hooks
Expand Down

0 comments on commit 1ffdebe

Please sign in to comment.