New tfdoc version (#396)
* update tfdoc * rewrite check docs, refactor tfdoc replace, regenerate modules READMEs * remove dead code from check docs * do not fail on missing variable files in check docs * fix typos
This commit is contained in:
committed by
GitHub
parent
d2cbf800fc
commit
1ac3fe4460
14
.github/workflows/linting.yml
vendored
14
.github/workflows/linting.yml
vendored
@@ -12,8 +12,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
name: 'Linting'
|
||||
on:
|
||||
name: "Linting"
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: "3.9"
|
||||
|
||||
- name: Set up Terraform
|
||||
uses: hashicorp/setup-terraform@v1
|
||||
@@ -54,4 +54,10 @@ jobs:
|
||||
- name: Check documentation
|
||||
id: documentation
|
||||
run: |
|
||||
python3 tools/check_documentation.py cloud-operations/ data-solutions/ data-solutions/data-platform-foundations/ factories/ factories/firewall-vpc-rules/ foundations/ modules/ networking/
|
||||
python3 tools/check_documentation.py \
|
||||
cloud-operations \
|
||||
data-solutions \
|
||||
factories \
|
||||
foundations \
|
||||
modules \
|
||||
networking
|
||||
|
||||
Reference in New Issue
Block a user