Skip to content

chore: fix linting issues#160

Merged
ferrarimarco merged 1 commit intomasterfrom
fix-linting-errors
Mar 26, 2026
Merged

chore: fix linting issues#160
ferrarimarco merged 1 commit intomasterfrom
fix-linting-errors

Conversation

@ferrarimarco
Copy link
Copy Markdown
Owner

No description provided.

@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
BASH Fail ❌
BASH_EXEC Fail ❌
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
ENV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JAVASCRIPT_ES Pass ✅
JAVASCRIPT_PRETTIER Pass ✅
JSCPD Pass ✅
JSON Pass ✅
JSON_PRETTIER Pass ✅
MARKDOWN Pass ✅
MARKDOWN_PRETTIER Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SHELL_SHFMT Fail ❌
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

BASH

In /github/workspace/.shells/.zsh/environment.sh line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!


In /github/workspace/.shells/.zsh/interactive.sh line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!


In /github/workspace/.shells/.zsh/login.sh line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!


In /github/workspace/.shells/.zsh/logout.sh line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!


In /github/workspace/.zlogin line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!


In /github/workspace/.zlogout line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!


In /github/workspace/.zshenv line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!


In /github/workspace/.zshrc line 1:
#!/usr/bin/env zsh
^-- SC1071 (error): ShellCheck only supports sh/bash/dash/ksh/'busybox sh' scripts. Sorry!

For more information:
  https://www.shellcheck.net/wiki/SC1071 -- ShellCheck only supports sh/bash/...
BASH_EXEC
Error: File:[/github/workspace/.zlogin] is not executable
Error: File:[/github/workspace/.zlogout] is not executable
Error: File:[/github/workspace/.zshenv] is not executable
Error: File:[/github/workspace/.zshrc] is not executable
SHELL_SHFMT
/github/workspace/.shells/.zsh/interactive.sh:117:9: parameter expansion requires a literal

@ferrarimarco ferrarimarco merged commit 48c55bf into master Mar 26, 2026
29 of 34 checks passed
@ferrarimarco ferrarimarco deleted the fix-linting-errors branch March 26, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant