Skip to content

Lint

Lint #370

Triggered via push August 2, 2023 21:57
Status Failure
Total duration 32s
Artifacts

cicd.yml

on: push
gitflow-enforcer
2s
gitflow-enforcer
Run linters
11s
Run linters
deploy-to-dev  /  deploy
deploy-to-dev / deploy
deploy-to-production  /  deploy
deploy-to-production / deploy
deploy-to-staging  /  deploy
deploy-to-staging / deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
scripts/item.py#L16
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
Run linters
Linting failures detected. See check runs with annotations for details.
scripts/item.py#L16
Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)
Run linters
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/