Skip to content

Latest commit

 

History

History

shellcheck

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

shellcheck

Usage

Runs shellcheck on each .sh file in the top-level directory.

action "Shellcheck" {
  uses = "actions/bin/shellcheck@master"
  args = "*.sh"
}

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

Container images built with this project include third party materials. See THIRD_PARTY_NOTICE.md for details.