Skip to content

chore(deps): Update hashicorp/hcp requirement from ~> 0.47.0 to ~> 0.… #826

chore(deps): Update hashicorp/hcp requirement from ~> 0.47.0 to ~> 0.…

chore(deps): Update hashicorp/hcp requirement from ~> 0.47.0 to ~> 0.… #826

Workflow file for this run

---
name: "Code Quality"
on:
push:
pull_request:
jobs:
superlinter:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code
uses: github/super-linter@v4
env:
FILTER_REGEX_EXCLUDE: "build.tmpl"
IGNORE_GITIGNORED_FILES: true
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "main"
DISABLE_ERRORS: false
VALIDATE_ANSIBLE: false
VALIDATE_TERRAGRUNT: false
VALIDATE_MARKDOWN: false