Skip to content

Add Github Actions CI - mypy, pytest, black #7

Add Github Actions CI - mypy, pytest, black

Add Github Actions CI - mypy, pytest, black #7

Triggered via pull request January 25, 2024 09:16
@kongziikongzii
synchronize #17
peter/add-ci
Status Failure
Total duration 22s
Artifacts

python_ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 3 warnings
mypy
/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 10, Col: 7): Required property is missing: shell
mypy
/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 12, Col: 7): Required property is missing: shell
mypy
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 10, Col: 7): Required property is missing: shell,/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 12, Col: 7): Required property is missing: shell at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
mypy
Fail to load /home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml
pytest
/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 10, Col: 7): Required property is missing: shell
pytest
/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 12, Col: 7): Required property is missing: shell
pytest
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 10, Col: 7): Required property is missing: shell,/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 12, Col: 7): Required property is missing: shell at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
pytest
Fail to load /home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml
black
/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 10, Col: 7): Required property is missing: shell
black
/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 12, Col: 7): Required property is missing: shell
black
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 10, Col: 7): Required property is missing: shell,/home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml (Line: 12, Col: 7): Required property is missing: shell at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
black
Fail to load /home/runner/work/prediction-market-agent/prediction-market-agent/./.github/actions/python_prepare/action.yaml
mypy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
pytest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
black
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/