Skip to content

Copy certificate for twentyeight.solutions #56

Copy certificate for twentyeight.solutions

Copy certificate for twentyeight.solutions #56

Workflow file for this run

name: Linting
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false
- name: Initialize Terraform
run: |
terraform -chdir=bootstrap init -backend=false
terraform -chdir=provisioning init -backend=false
terraform -chdir=services init -backend=false
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Lint
run: make versions lint