Skip to content

Bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 #497

Bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1

Bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 #497

Workflow file for this run

name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 50
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Install prerequisites
run: make init
- name: Build
run: make build
- name: test
run: make test
#Code Climate
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# temporarily disabled due to limited gh runner resources
# - name: Acceptance
# run: make acceptance