Skip to content

chore(deps-dev): bump gunicorn from 20.1.0 to 22.0.0 #2040

chore(deps-dev): bump gunicorn from 20.1.0 to 22.0.0

chore(deps-dev): bump gunicorn from 20.1.0 to 22.0.0 #2040

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