fastbook icon indicating copy to clipboard operation
fastbook copied to clipboard

Add clean GitHub action to verify if the clean folder is up to date for all PRs

Open leszekhanusz opened this issue 2 years ago • 0 comments

In my previous PR #530, at first I forgot to update the clean folder with my modification by running tools/clean.py

Looking at other PRs, this seems like a common mistake.

This PR will add a --verify-only flag to the clean.py script which allows to only verify if the clean folder is up to date without modification, then a GitHub action is created to verify this for all PRs and push to the repo.

leszekhanusz avatar Aug 19 '22 12:08 leszekhanusz