Add CI workflows and fix found errors #1
test.yaml
on: pull_request
test-build-install
21s
pylint
3s
formatting
2s
mypy
2s
reuse
10s
Matrix: test-os-python-matrix
Annotations
10 errors
mypy
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
pylint
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
test-os-python-matrix (3.12, ubuntu-22.04)
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
formatting
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
test-os-python-matrix (3.13, ubuntu-22.04)
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
test-os-python-matrix (3.10, ubuntu-22.04)
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
test-os-python-matrix (3.10, macos-latest)
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/Users/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
test-os-python-matrix (3.11, ubuntu-22.04)
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/purl-tools/purl-tools/.github/actions/poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
test-os-python-matrix (3.10, windows-latest)
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under 'D:\a\purl-tools\purl-tools\.github\actions\poetrybuild'. Did you forget to run actions/checkout before running your local action?
|
test-build-install
Process completed with exit code 1.
|