Skip to content
Compare
Choose a tag to compare
@GrantBirki GrantBirki released this 30 Apr 09:14
· 181 commits to main since this release
87b2d30

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 not
  • git_ignore_path - The path to the .gitignore file in your repository to use if use_gitignore is set (which it is by default).

What's Changed

Special thanks to @djrmarques in #9 for helping with the idea on this feature

Full Changelog: v1.3.2...v1.4.0