Fixing release check and test docs in concrete-python CI #130
action_compliance.yaml
on: pull_request
action-pin
10s
action-lint
9s
Annotations
6 errors
action-lint:
.github/workflows/concrete_python_tests_linux.yml#L95
shellcheck reported issue in this script: SC2044:warning:1:10: For loops over find output are fragile. Use find -exec or a while read loop
|
action-lint:
.github/workflows/concrete_python_tests_linux.yml#L95
shellcheck reported issue in this script: SC2046:warning:3:27: Quote this to prevent word splitting
|
action-lint:
.github/workflows/concrete_python_tests_linux.yml#L95
shellcheck reported issue in this script: SC2086:info:3:41: Double quote to prevent globbing and word splitting
|
action-lint:
.github/workflows/concrete_python_tests_linux.yml#L95
shellcheck reported issue in this script: SC2086:info:3:45: Double quote to prevent globbing and word splitting
|
action-lint:
.github/workflows/concrete_python_tests_linux.yml#L151
shellcheck reported issue in this script: SC2125:warning:2:16: Brace expansions and globs are literal in assignments. Quote it or use an array
|
action-lint
❌ [actionlint] The command ran successfully and some problem was found (found 5 errors, linted 19 files), exit code: 1
|