File tree 2 files changed +12
-2
lines changed
exasol_script_languages_container_ci_setup/cli/commands
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 51
51
uses : actions/upload-artifact@v4
52
52
with :
53
53
name : " .lint-python-${{ matrix.python-version }}.txt"
54
- path : .lint.txt
54
+ path : .lint.txt
55
+
56
+ Completed :
57
+ name : Completed
58
+ needs : [ Version-Check, lint-job ]
59
+ runs-on : ubuntu-latest
60
+ steps :
61
+ - name : Fiinished
62
+ run : echo Finished
Original file line number Diff line number Diff line change
1
+ """Implements the health checks for this project"""
1
2
import sys
2
3
from inspect import cleandoc
3
4
@@ -15,7 +16,8 @@ def health(aws_profile: str):
15
16
"""
16
17
Check the health of the execution environment.
17
18
18
- If no issues have been found, using the library or executing the test should work just fine.
19
+ If no issues have been found, using the library or executing
20
+ the test should work just fine.
19
21
For all found issues there will be a proposed fix/solution.
20
22
21
23
If the environment was found to be healthy the exit code will be 0.
You can’t perform that action at this time.
0 commit comments