Skip to content

add a GitHub workflow to check if commits are signed (#742) #2933

add a GitHub workflow to check if commits are signed (#742)

add a GitHub workflow to check if commits are signed (#742) #2933

Workflow file for this run

name: Terraform
on:
push:
pull_request:
jobs:
terraform-actions:
name: Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Terraform fmt
run: make fmt