v1.4.0
This release adds a new feature to the Action which enables it to only validate "git tracked files" by default. It does this by treating your project's .gitignore
file as an extra exclude.txt
file when running. This release also introduces two new input options to help you control this new behavior:
use_gitignore
- If the.gitignore
file in your project should be used to check if a file should be checked by this Action or notgit_ignore_path
- The path to the.gitignore
file in your repository to use ifuse_gitignore
is set (which it is by default).
What's Changed
- Only Validate Git Tracked Files by @GrantBirki in #10
- set comment mode to true in acceptance test by @GrantBirki in #11
- npm update by @GrantBirki in #12
Special thanks to @djrmarques in #9 for helping with the idea on this feature
Full Changelog: v1.3.2...v1.4.0