Initial Repo Setup #1
ci.yaml
on: push
workflows
/
Gather add-on information
3s
workflows
/
JSON Lint
3s
workflows
/
Shellcheck
4s
workflows
/
YAMLLint
9s
workflows
/
Prettier
12s
Matrix: workflows / build
Annotations
8 errors
workflows / YAMLLint:
usb-test/build.yaml#L7
no new line character at the end of file
|
workflows / YAMLLint:
.github/workflows/ci.yaml#L16
no new line character at the end of file
|
workflows / Prettier
Process completed with exit code 128.
|
workflows / Hadolint:
usb-test/Dockerfile#L5
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
workflows / Hadolint:
usb-test/Dockerfile#L5
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
workflows / Hadolint:
usb-test/Dockerfile#L21
DL3003 warning: Use WORKDIR to switch to a directory
|
workflows / Hadolint:
usb-test/Dockerfile#L21
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
workflows / Lint Add-on:
usb-test/build.yaml#L1
Architectures in config and build do not match
|