action-shellcheck

GitHub action for ShellCheck.

MIT License

Stars
291
Committers
28

Bot releases are visible (Hide)

action-shellcheck - 2.0.0 Latest Release

Published by ludeeus over 1 year ago

Deprecations

  • The ignore option has been deprecated in favor of ignore_paths and ignore_names.
    • The ignore option will be removed at a later stage.
  • The disable_matcher option has been deprecated as problem matches were not working and have been removed, so it no longer served a purpose.
    • The disable_matcher option will be removed at a later stage.

What's Changed

New Contributors

Thank you all! 🎉

Full Changelog: https://github.com/ludeeus/action-shellcheck/compare/1.1.0...2.0.0

action-shellcheck - 1.1.0

Published by github-actions[bot] over 3 years ago

What’s Changed

The default output format is set to gcc

  • #33 Add ignore multiple dirs example @simeg
  • #35 Updates README to include ShellCheck flag/options usage @Justintime50
  • #36 Add Display shellcheck version step @szepeviktor
  • #37 spelling: separated @jsoref
  • #39 fix: multiline problem matcher @laughedelic
  • #40 feat: add format input and a single-line problem matcher @laughedelic
action-shellcheck - 1.0.0

Published by ludeeus almost 4 years ago

Changes

  • Earlier this fall GitHub added the composite type, this action is now migrated from docker to composite, this saves some time while running the action since it no longer needs to build the container.
  • A new scandir option has been added by @dadav in #28 to limit which directory should be scanned.
  • A new additional_files option has been added, this allows for checking additional filenames that would not be discovered.
  • A new disable_matcher has been added to disable the annotations added by the problem-matcher, this is useful if you have your own set of problem-matchers you want to use.
  • This action now works on mac-os runners.
  • More tests have been added to verify that the action is doing what it's supposed to do.
action-shellcheck - 0.5.0

Published by ludeeus about 4 years ago

Changes:

  • Enable shellcheck for shebang with /bin/env (#22) (@soraxas)
  • Update action checkout to the new default branch (#24) (@triat)
  • Fixes issues with globbing files with partial match (#23) (@pvogt09)
  • Re enable problem-matcher (#25)
action-shellcheck - 0.4.1

Published by ludeeus over 4 years ago

  • Removes the problem matcher that was added in 0.4.0
action-shellcheck - 0.4.0

Published by ludeeus over 4 years ago

Changes

  • Adds problem-matcher (#20)
action-shellcheck - 0.3.0

Published by ludeeus over 4 years ago

Changes

  • Add severity input (#16)
  • Add the ability to check all scripts in one shellcheck command (#17)
  • Add filetype to find command (#19)
  • Update alpine to 3.12.0 (2f2aa0d9)
action-shellcheck - 0.2.1

Published by ludeeus over 4 years ago

action-shellcheck - 0.2.0

Published by ludeeus over 4 years ago

  • Move action to alpine
  • Add exclude option
  • Update examples
action-shellcheck - 0.1.0

Published by ludeeus over 5 years ago

  • Added support for .bashrc and .bash_profile files
action-shellcheck - 0.0.1

Published by ludeeus over 5 years ago

Initial release 🎉