Skip to content

feat: add annotations through values #469

feat: add annotations through values

feat: add annotations through values #469

Workflow file for this run

name: pre-commit
on: [push, pull_request, workflow_dispatch]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
- uses: terraform-linters/setup-tflint@v4
- uses: pre-commit/[email protected]
with:
extra_args: "-a"