Closed manivel-nagarajan closed 3 years ago
@manivel-nagarajan Checkout action is from github and that is how its works. There is no dedicated build server which keeps your source code. Remember with github actions you are abstraction all the build machines nuances.
It is faster with actions/checkout@v2
Is there any way we can speed up this process? Why
actions/checkout@v1
process is happening every time from scratch? Is there any way to fetch only changes and perform lint?