Skip to content

olleolleolle/shellcheck-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcheck Action

Usage

Add the following to your GIthub Actions workflows:

steps:
  - uses: actions/checkout@master
  - name: ShellCheck Action
    uses: fearphage/shellcheck-action@0.0.4
    env:
      GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Acknowledgements:

About

Github Action for shellcheck

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 87.2%
  • Dockerfile 12.8%