8000 GitHub - rickycodes/shellcheck-action: Github Action for shellcheck
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rickycodes/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%
0