Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.4 in /tools #1514

chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.4 in /tools

chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.4 in /tools #1514

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--config=.golangci.yml"
go_version_file: "go.mod"