Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Nov 4, 2024
1 parent 5878f4d commit 46a1698
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/tabs/applications-setup/shellchech.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -e

. ./common-script.sh

hello () {

Check warning on line 5 in core/tabs/applications-setup/shellchech.sh

View workflow job for this annotation

GitHub Actions / Shellcheck

[shellcheck] reported by reviewdog 🐶 The mentioned syntax error was in this function. Raw Output: ./core/tabs/applications-setup/shellchech.sh:5:1: info: The mentioned syntax error was in this function. (ShellCheck.SC1009)

Check failure on line 5 in core/tabs/applications-setup/shellchech.sh

View workflow job for this annotation

GitHub Actions / Shellcheck

[shellcheck] reported by reviewdog 🐶 Couldn't parse this brace group. Fix to allow more checks. Raw Output: ./core/tabs/applications-setup/shellchech.sh:5:10: error: Couldn't parse this brace group. Fix to allow more checks. (ShellCheck.SC1073)

Check failure on line 5 in core/tabs/applications-setup/shellchech.sh

View workflow job for this annotation

GitHub Actions / Shellcheck

[shellcheck] reported by reviewdog 🐶 Expected a command. Fix any mentioned problems and try again. Raw Output: ./core/tabs/applications-setup/shellchech.sh:5:11: error: Expected a command. Fix any mentioned problems and try again. (ShellCheck.SC1072)

0 comments on commit 46a1698

Please sign in to comment.