norio-nomura/action-swiftlint

Using actions/checkout@v1 downloading the repo source Everytime

manivel-nagarajan opened this issue · 2 comments

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?

@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