Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only Validate Git Tracked Files #10

Merged
merged 16 commits into from
Apr 29, 2023
Merged

Conversation

GrantBirki
Copy link
Owner

@GrantBirki GrantBirki commented Apr 29, 2023

Only Validate Git Tracked Files

This pull request adds a new Action input to specify whether or not to only validate files tracked by Git.

Under the hood, this pull request just uses the .gitignore file included in the repository where the Action is running to selectively exclude files. This behavior can be controlled with the new input options introduced in this pull request.

resolves: #9

@GrantBirki GrantBirki added the enhancement New feature or request label Apr 29, 2023
@GrantBirki GrantBirki marked this pull request as ready for review April 29, 2023 22:03
@GrantBirki GrantBirki merged commit f316daa into main Apr 29, 2023
4 checks passed
@GrantBirki GrantBirki deleted the only-use-check-versioned-files branch April 29, 2023 22:19
@djrmarques
Copy link

Nice! Thanks for implementing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Action should only validate files versioned on git
2 participants