Skip to content

Refactor AWS CloudFormation integration for organization deployment #224

Refactor AWS CloudFormation integration for organization deployment

Refactor AWS CloudFormation integration for organization deployment #224

Workflow file for this run

name: Pre-Commit checks
on:
push:
branches:
- '**'
- '!main'
jobs:
linter:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: pre-commit/action@v3.0.0