Skip to content

Merge pull request #120 from zscaler/dependabot/go_modules/github.com… #339

Merge pull request #120 from zscaler/dependabot/go_modules/github.com…

Merge pull request #120 from zscaler/dependabot/go_modules/github.com… #339

Workflow file for this run

on:
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
name: Validate
jobs:
validate:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v3
- name: validate generated terraform configuration
run: make validate-tf