Skip to content

chore(deps): update langri-sha/github action to v0.7.2 #35

chore(deps): update langri-sha/github action to v0.7.2

chore(deps): update langri-sha/github action to v0.7.2 #35

Workflow file for this run

name: Terraform
on:
push:
branches:
- main
paths:
- '.github/workflows/terraform.yml'
- '*.tf'
- '*.lock.hcl'
pull_request:
paths:
- '.github/workflows/terraform.yml'
- '*.tf'
- '*.lock.hcl'
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
strategy:
matrix:
working-directory:
- terraform/web
- terraform/org
defaults:
run:
working-directory: ${{ matrix.working-directory }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run checks
uses: langri-sha/github/actions/[email protected]
with:
working-directory: ${{ matrix.working-directory }}