Skip to content

πŸ”§ (ascii-facemaker): Added a new subdomain DNS entry #13

πŸ”§ (ascii-facemaker): Added a new subdomain DNS entry

πŸ”§ (ascii-facemaker): Added a new subdomain DNS entry #13

Workflow file for this run

name: validate
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v2
- run: terraform validate
- run: terraform fmt -check
- run: terraform init