Skip to content

Enable system tests without Kibana or Fleet Server #17

Enable system tests without Kibana or Fleet Server

Enable system tests without Kibana or Fleet Server #17

Workflow file for this run

name: Terraform Format
on:
push:
paths:
- '**.tf'
pull_request:
paths:
- '**.tf'
jobs:
terraform-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- run: terraform fmt -recursive -check -diff