Skip to content

remove uploading semgrep results to github #113

remove uploading semgrep results to github

remove uploading semgrep results to github #113

Workflow file for this run

name: test
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: terraform
steps:
- uses: actions/checkout@v4
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate