Skip to content

Redirect to domain without www #65

Redirect to domain without www

Redirect to domain without www #65

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