Skip to content

Bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0… #2001

Bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0…

Bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0… #2001

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Setup Go Tools
run: make tools
- name: Check Formatting
run: make fmtcheck
- name: QC Code
run: make qc
- name: Check Build
run: make build
- name: Test
run: make test
- name: Run VCR acceptance tests
run: time make test-play-vcr-acc