Skip to content

Commit b997eb5

Browse files
committed
Update lint_test_report.yml
1 parent 9d506c4 commit b997eb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint_test_report.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,20 @@ jobs:
4646
name: "Ruff Lint and Format"
4747
needs:
4848
- "changed-files"
49-
- "yamllint"
5049
if: needs.changed-files.outputs.python_changed == 'true'
5150
uses: "./.github/workflows/ruff.yml"
5251

5352
pylint:
5453
name: "Pylint Workflow"
5554
needs:
5655
- "changed-files"
57-
- "yamllint"
5856
if: needs.changed-files.outputs.python_changed == 'true'
5957
uses: "./.github/workflows/pylint.yml"
6058

6159
flake8:
6260
name: "Flake8 Workflow"
6361
needs:
6462
- "changed-files"
65-
- "yamllint"
6663
if: needs.changed-files.outputs.python_changed == 'true'
6764
uses: "./.github/workflows/flake8.yml"
6865

@@ -72,6 +69,7 @@ jobs:
7269
- "ruff"
7370
- "pylint"
7471
- "flake8"
72+
- "yamllint"
7573
uses: "./.github/workflows/pytest.yml"
7674

7775
codecov:

0 commit comments

Comments
 (0)