Skip to content

Upgrade Postgres to 18.1 #28

Upgrade Postgres to 18.1

Upgrade Postgres to 18.1 #28

Workflow file for this run

on:
pull_request:
paths:
- "infrastructure/applications/**/*"
- "infrastructure/applications/*"
name: OpenTofu Lint
env:
TF_WORKSPACE: "production"
jobs:
tfsec:
name: TFSec
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
steps:
- name: Clone repo
uses: actions/checkout@master
- name: tfsec
uses: aquasecurity/[email protected]
with:
github_token: ${{ github.token }}
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: opentofu/setup-opentofu@v1
with:
tofu_version: 1.9.0
- name: OpenTofu Format
id: fmt
run: tofu fmt -check
env:
TF_IN_AUTOMATION: 1