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

Run only on changed files #5

Closed
abrantes01 opened this issue Dec 30, 2019 · 1 comment
Closed

Run only on changed files #5

abrantes01 opened this issue Dec 30, 2019 · 1 comment
Assignees
Labels
question Further information is requested wontfix This will not be worked on

Comments

@abrantes01
Copy link

Hello,

Is there any ways to run this actions only on changed files (not the entire repository files) ?

@stefanoeb
Copy link
Owner

Hey, not with the current implementation.

However, I'd say it's good to run the whole files at every commit to assure that the repo is 100% valid all the time. What would be nice is to make a pre-commit hook on your case that runs only on changed files (so it's faster) -> see https://github.com/typicode/husky

@stefanoeb stefanoeb self-assigned this Jan 3, 2020
@stefanoeb stefanoeb added question Further information is requested wontfix This will not be worked on labels Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants