This action performs the standard set of linting/static tests on a chef cookbook. Currently those are:
- cookstyle - https://github.com/chef/cookstyle
- foodcritic - https://foodcritic.io
none. We expect you to deviate from the default behavior of the tools via a checked-in .rubocop.yml or setting FC* environment variables for foodcritic.
none. The Action commands will either all exit cleanly or will throw a non-zero RC and log their complaint. Fix it or Mask it and try again.
uses: FastRobot/chef-cookbook-static-action