remove cat $lint_results
which does nothing
#3
reviewdog.yml
on: push
runner / shellcheck
5s
runner / shfmt
4s
runner / actionlint
7s
runner / misspell
21s
runner / alex
24s
Annotations
9 warnings and 2 notices
[actionlint] .github/workflows/dockerimage.yml#L13:
.github/workflows/dockerimage.yml#L13
shellcheck reported issue in this script: SC2046:warning:1:65: Quote this to prevent word splitting [shellcheck]
|
[actionlint] .github/workflows/test.yml#L33:
.github/workflows/test.yml#L33
input "sqlfluff_version" is not defined in action "Run sqlfluff with reviewdog" defined at "./". available inputs are "config", "dialect", "disable-noqa", "encoding", "exclude-rules", "extra_requirements_txt", "fail_on_error", "file_pattern", "filter_mode", "github_base_ref", "github_token", "level", "paths", "processes", "reporter", "reviewdog_version", "rules", "sqlfluff_command", "templater", "working-directory" [action]
|
[actionlint] .github/workflows/test.yml#L78:
.github/workflows/test.yml#L78
input "sqlfluff_version" is not defined in action "Run sqlfluff with reviewdog" defined at "./". available inputs are "config", "dialect", "disable-noqa", "encoding", "exclude-rules", "extra_requirements_txt", "fail_on_error", "file_pattern", "filter_mode", "github_base_ref", "github_token", "level", "paths", "processes", "reporter", "reviewdog_version", "rules", "sqlfluff_command", "templater", "working-directory" [action]
|
runner / shfmt
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/
|
[shellcheck] testdata/test_failed_dbt/setup.sh#L4 <ShellCheck.SC2155>:
testdata/test_failed_dbt/setup.sh#L4
Declare and assign separately to avoid masking return values.
|
runner / actionlint
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/
|
runner / shellcheck
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/
|
runner / misspell
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/
|
runner / alex
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/
|
[shellcheck] entrypoint.sh#L118 <ShellCheck.SC2002>:
entrypoint.sh#L118
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
|
[shellcheck] entrypoint.sh#L166 <ShellCheck.SC2016>:
entrypoint.sh#L166
Expressions don't expand in single quotes, use double quotes for that.
|