-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run GitHub Actions on PRs #159
Run GitHub Actions on PRs #159
Conversation
911bbdb
to
03316df
Compare
27eb03d
to
9b78de4
Compare
I'm facing some issues related to the usage of an old version of webpacker which still uses node-sass, and Python 2.7 is not available anymore. I guess that https://github.com/jamesmartin/inline_svg_test_app/tree/rails6-webpacker needs an updated, but then we should use webpacker 5.x |
f81547f
to
cabcf4c
Compare
Thanks for opening this PR. New branch created in the |
88b6f0b
to
8e57b95
Compare
b13cb91
to
e938844
Compare
@jamesmartin thanks, really appreciate. I'll move forward with this, then we can drop |
e938844
to
2db6e82
Compare
@jamesmartin all green here, no changes to production code, should be safe to merge and will fix the failing badge |
Also: - Set explicit permissions to read for better security. Workflows run with extended set of permissions by default. By specifying any permission explicitly, all others are set to none. - Update actions to prevent deprecation warning messages - Remove redundant `gem install bundler` (bundler is already available after setup-ruby action) - Move Shakapacker checks to the main integration workflow Ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
2db6e82
to
55f4384
Compare
Thanks again, @tagliala! ✨ |
Hi, I've noticed that PRs do not run actions, so they can introduce issues that will only discovered when merged to master
Also:
with extended set of permissions by default. By specifying
any permission explicitly, all others are set to none.
gem install bundler
(bundler is already available aftersetup-ruby action)
Ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
Blocked by
rails7-shakapacker
based onrails6-webpacker
inline_svg_test_app#23