Add method to check and skip duplicate content uploads to S3 #465
flake8_python_linter.yml
on: pull_request
flake8-lint
14s
Annotations
2 errors and 1 warning
flake8-lint:
python/lib/aws_s3.py#L84
[flake8] reported by reviewdog 🐶
local variable 'e' is assigned to but never used
Raw Output:
./python/lib/aws_s3.py:84:9: F841 local variable 'e' is assigned to but never used
|
flake8-lint
Process completed with exit code 1.
|
flake8-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|