Skip to content

terraform_plan: Add references_to & referenced_by to direct_refer… #233

terraform_plan: Add references_to & referenced_by to direct_refer…

terraform_plan: Add references_to & referenced_by to direct_refer… #233

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: "."