File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
7269 - " ruff"
7370 - " pylint"
7471 - " flake8"
72+ - " yamllint"
7573 uses : " ./.github/workflows/pytest.yml"
7674
7775 codecov :
You can’t perform that action at this time.
0 commit comments