Skip to content

examples: add examples directory #6

examples: add examples directory

examples: add examples directory #6

Workflow file for this run

name: CI
on: [push]
permissions:
id-token: write
contents: read
env:
YQ_VERSION: "4.25.1"
LAMBDA_ZIP_VERSION: "v1.2.0"
LAMBDA_ZIP_BUCKET: "axiom-cloudformation-dev"
LAMBDA_ZIP_KEY: "axiom-cloudwatch-forwarder/$LAMBDA_ZIP_VERSION/forwarder.zip"
jobs:
terraform:
name: "terraform fmt"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Terraform Format
id: fmt
run: terraform fmt -recursive -check