Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check shell scripts with shellcheck #37

Closed
efirs opened this issue Sep 16, 2019 · 1 comment
Closed

Check shell scripts with shellcheck #37

efirs opened this issue Sep 16, 2019 · 1 comment

Comments

@efirs
Copy link
Contributor

efirs commented Sep 16, 2019

Add shellcheck build target which would run shellcheck scripts/*.sh.
Make test target dependent on shellcheck to run it along with other tests.

@efirs efirs added this to To do in Main via automation Sep 16, 2019
@efirs efirs added this to the First GA release milestone Sep 16, 2019
@praveen0288
Copy link

#!/bin/bash
#This Script is for if-then

echo What is yor rate of intrest?
echo
read A
count=0
num=20
echo
if{$A -lt $num}
then
echo 'YOU ARE GOOD'
else
echo 'YOU ARE BAD'
fi

@efirs efirs self-assigned this Nov 2, 2019
@efirs efirs moved this from To do to In progress in Main Nov 3, 2019
@efirs efirs moved this from In progress to Review in progress in Main Nov 3, 2019
@efirs efirs moved this from Review in progress to Done in Main Nov 4, 2019
@efirs efirs closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Main
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants