We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d506c4 commit b997eb5Copy full SHA for b997eb5
1 file changed
.github/workflows/lint_test_report.yml
@@ -46,23 +46,20 @@ jobs:
46
name: "Ruff Lint and Format"
47
needs:
48
- "changed-files"
49
- - "yamllint"
50
if: needs.changed-files.outputs.python_changed == 'true'
51
uses: "./.github/workflows/ruff.yml"
52
53
pylint:
54
name: "Pylint Workflow"
55
56
57
58
59
uses: "./.github/workflows/pylint.yml"
60
61
flake8:
62
name: "Flake8 Workflow"
63
64
65
66
67
uses: "./.github/workflows/flake8.yml"
68
@@ -72,6 +69,7 @@ jobs:
72
69
- "ruff"
73
70
- "pylint"
74
71
- "flake8"
+ - "yamllint"
75
uses: "./.github/workflows/pytest.yml"
76
77
codecov:
0 commit comments