Skip to content

Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.0 #39

Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.0

Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.0 #39

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
go:
name: Go
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
- name: Run Unit and Embedded Integration Tests
run: go test -v ./...