Skip to content

Refactor to allow separate cooldown periods #66

Refactor to allow separate cooldown periods

Refactor to allow separate cooldown periods #66

Workflow file for this run

# Some of this logic was stolen from https://www.freecodecamp.org/news/a-lightweight-tool-agnostic-ci-cd-flow-with-github-actions/
name: terraform
on:
push:
jobs:
terraform:
name: terraform
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: terraform setup
uses: hashicorp/setup-terraform@v3
- name: run make
run: |
make all