norio-nomura / action-swiftlint

GitHub Action for SwiftLint
MIT License
370 stars 58 forks source link

Using actions/checkout@v1 downloading the repo source Everytime #30

Closed manivel-nagarajan closed 3 years ago

manivel-nagarajan commented 4 years ago

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?

alokc83 commented 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.

manivel-nagarajan commented 3 years ago

It is faster with actions/checkout@v2