Merge Fabric FAST (#435)
Co-authored-by: Simone Ruffilli <sruffilli@google.com> Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
36
.github/workflows/linting.yml
vendored
36
.github/workflows/linting.yml
vendored
@@ -16,6 +16,7 @@ name: "Linting"
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- fast-dev
|
||||
- master
|
||||
tags:
|
||||
- ci
|
||||
@@ -51,23 +52,22 @@ jobs:
|
||||
run: |
|
||||
terraform fmt -recursive -check -diff $GITHUB_WORKSPACE
|
||||
|
||||
- name: Check documentation
|
||||
id: documentation
|
||||
- name: Check documentation (fabric)
|
||||
id: documentation-fabric
|
||||
run: |
|
||||
python3 tools/check_documentation.py \
|
||||
cloud-operations \
|
||||
data-solutions \
|
||||
factories \
|
||||
foundations \
|
||||
modules \
|
||||
networking
|
||||
python3 tools/check_documentation.py examples modules
|
||||
|
||||
markdown-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
use-quiet-mode: 'yes'
|
||||
use-verbose-mode: 'yes'
|
||||
config-file: '.github/workflows/markdown-link-check.json'
|
||||
- name: Check documentation (fast)
|
||||
id: documentation-fast
|
||||
run: |
|
||||
python3 tools/check_documentation.py --files --show-extra fast
|
||||
|
||||
# markdown-link-check:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@master
|
||||
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
# with:
|
||||
# use-quiet-mode: "yes"
|
||||
# use-verbose-mode: "yes"
|
||||
# config-file: ".github/workflows/markdown-link-check.json"
|
||||
|
||||
Reference in New Issue
Block a user