Skip to content

chore(deps-dev): bump cryptography from 38.0.1 to 42.0.4 #2026

chore(deps-dev): bump cryptography from 38.0.1 to 42.0.4

chore(deps-dev): bump cryptography from 38.0.1 to 42.0.4 #2026

Workflow file for this run

name: Lint Terraform
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 0.15.1
- name: Terraform fmt
run: terraform fmt -check -recursive
continue-on-error: true