Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The PRs generated by the GHA have some 400,000+ lines changed in them #71. That is because it 2,000+ files installed including all the gems installed and Ruby. This is definitively not what we want. This behavior is documented in https://github.com/ruby/setup-ruby/tree/v1/?tab=readme-ov-file#bundle-config that it will place the files in `vendor/bundle`. To exclude the directory, we can add it to our `.gitignore`.
- Loading branch information