Skip to content

remove cat $lint_results which does nothing #3

remove cat $lint_results which does nothing

remove cat $lint_results which does nothing #3

GitHub Actions / actionlint completed Dec 5, 2023 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (3)

.github/workflows/dockerimage.yml|13 col 7| shellcheck reported issue in this script: SC2046:warning:1:65: Quote this to prevent word splitting [shellcheck]
.github/workflows/test.yml|33 col 11| 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]
.github/workflows/test.yml|78 col 11| 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]

Filtered Findings (0)

Annotations

Check warning on line 13 in .github/workflows/dockerimage.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/dockerimage.yml#L13

shellcheck reported issue in this script: SC2046:warning:1:65: Quote this to prevent word splitting [shellcheck]
Raw output
.github/workflows/dockerimage.yml:13:7: shellcheck reported issue in this script: SC2046:warning:1:65: Quote this to prevent word splitting [shellcheck]

Check warning on line 33 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .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]
Raw output
.github/workflows/test.yml:33:11: 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]

Check warning on line 78 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .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]
Raw output
.github/workflows/test.yml:78:11: 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]