Skip to content

chore(deps): update terraform minio to v2.4.3 #1308

chore(deps): update terraform minio to v2.4.3

chore(deps): update terraform minio to v2.4.3 #1308

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint Job
on:
workflow_dispatch: {}
pull_request: {}
jobs:
yamllint-job:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
container:
image: python:3.12.3-alpine3.18
steps:
- name: Checkout the Repository
uses: actions/[email protected]
- name: Install YAML Lint
run: pip3 install yamllint
- name: Run yamllint
run: yamllint -c .github/configs/yamllint.yaml .
terraform-lint-job:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Checkout the Repository
uses: actions/[email protected]
- name: Install terraform
uses: hashicorp/[email protected]
- name: Run checker script
run: bash scripts/terraform-lint.sh