Skip to content

terraform_plan/provider_config: Send error=2 when region isn't provided #275

terraform_plan/provider_config: Send error=2 when region isn't provided

terraform_plan/provider_config: Send error=2 when region isn't provided #275

Workflow file for this run

name: Linting
on: [push]
jobs:
black:
runs-on: ubuntu-latest
name: Black linting
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
src: "."