From 8fa39036d4023426d1d49a706ddc510cd1bedd63 Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:36:23 +0000 Subject: [PATCH] Update copier template to v0.1.4 --- .copier-answers.yml | 3 ++- .github/workflows/autoupdate.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/keep-alive.yml | 2 +- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 0edba73..a0098c3 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,7 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. -_commit: v0.1.0 +_commit: v0.1.4 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors +description: This hook runs tflint. entry: tflint tool: tflint url: https://github.com/terraform-linters/tflint diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 106ea32..920451b 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v4 - name: Set up Conda env - uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a + uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194 with: environment-file: environment.yml environment-name: check-env diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27b57b5..a2d7155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Conda env - uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a + uses: mamba-org/setup-micromamba@8767fb704bd78032e9392f0386bf46950bdd1194 with: environment-file: environment.yml environment-name: test-env diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index ecc2990..d36d27e 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gautamkrishnar/keepalive-workflow@60b13c92aeda855e493b83aaf482c25da7e0043b + - uses: gautamkrishnar/keepalive-workflow@5b3128727d02fe1a892d0a2987517c9ec8ca7425 with: commit_message: Ah ah ah, stayin' alive committer_username: ForrestQuant diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9bee2ec..844001f 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: tflint-conda name: tflint-conda - description: This hook runs tflint. + description: 'This hook runs tflint.' entry: tflint language: conda files: (\.tf|\.tfvars)$ diff --git a/README.md b/README.md index f37c4e6..faef858 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mirror of tflint for pre-commit with conda as a language. For pre-commit: see [here](https://github.com/pre-commit/pre-commit) -For ansible-lint: see [here](https://github.com/terraform-linters/tflint) +For tflint: see [here](https://github.com/terraform-linters/tflint) ## Using tflint with pre-commit and conda: