Skip to content

chore(deps): bump wagoid/commitlint-github-action from 5 to 6 #112

chore(deps): bump wagoid/commitlint-github-action from 5 to 6

chore(deps): bump wagoid/commitlint-github-action from 5 to 6 #112

Workflow file for this run

name: make bootstrap CI
on:
pull_request:
jobs:
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v3
- uses: actions/checkout@v4
- run: |
terraform init
terraform apply -target=module.boundary -auto-approve
terraform apply -auto-approve
- run: make teardown