sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
35 stars 14 forks source link

Fix Bash Linting #41

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago
 ⚠️  Found 2 unscanned files that could potentially be supported: 

     cleanup.sh 

     deploy.sh 

 ShellCheck only supports sh/bash/dash/ksh scripts. For supported scripts to be scanned, make sure to add a proper shebang on the first line of the script.

Saw that because I was curious why files were linting so fast.