Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.18.0 #78

build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.18.0

build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.18.0 #78

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [main]
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.20' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.0
with:
go-version: ${{ matrix.go }}
- run: make tools
- run: make depscheck
- run: make lint
- run: make build
- run: make test