Skip to content

github: Add e2e test workflow #74

github: Add e2e test workflow

github: Add e2e test workflow #74

Triggered via pull request June 25, 2024 13:32
Status Failure
Total duration 2m 53s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
lint
Process completed with exit code 3.
lint: src/instructlab/training/async_logger.py#L42
E1143: '{print(f'\x1b[92m{json.dumps(data, indent=4)}\x1b[0m')}' is unhashable and can't be used as a member in a set (unhashable-member)
lint
Process completed with exit code 22.
lint
Process completed with exit code 1.
lint: src/instructlab/training/config.py#L77
C0303: Trailing whitespace (trailing-whitespace)
lint: src/instructlab/training/config.py#L80
C0303: Trailing whitespace (trailing-whitespace)
lint: src/instructlab/training/utils.py#L42
W0702: No exception type(s) specified (bare-except)
lint: src/instructlab/training/async_logger.py#L6
W0611: Unused import os (unused-import)