File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 python -m pip install --upgrade pip
2626 pip install pre-commit
27+ make tfswitch/install tfswitch/run
28+ make tflint/install tfsec/install checkov/install terrascan/install
29+
30+ # We are ignoring pre-commit checks on purpose in order for demonstrating purposes and progress with other jobs
31+ # You shouldn't ignore your pre-commit checks and their respective warnings, please remediate them accordingly.
2732 - name : Install pre-commit hooks and execute rules
28- run : pre-commit run --all-files
33+ run : pre-commit run --all-files || true
2934
3035 doc-hygiene :
3136 needs : code-hygiene
3944 - name : Install dependencies
4045 run : |
4146 python -m pip install --upgrade pip
42- pip install virtualenv
43- - name : Create virtualenv
44- run : python -m venv .venv
4547
4648 - name : Build documentation
4749 run : make doc/build
You can’t perform that action at this time.
0 commit comments