Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

drugscom/bashate-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bashate linter

Run bashate linter.

Inputs

ignore

Rules to ignore

error

Rules to always error (rather than warn)

warn

Rules to always warn (rather than error)

Example usage

uses: docker://ghcr.io/drugscom/bashate-action:1
with:
  ignore: E006
  args: '**/*.sh'