Skip to content

feat(ci): run make bootstrap in CI #15

feat(ci): run make bootstrap in CI

feat(ci): run make bootstrap in CI #15

Workflow file for this run

name: make bootstrap CI
on:
push:
branches:
- main
pull_request:
jobs:
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v2
- uses: actions/checkout@v3
- name: bootstrap
run: make bootstrap