You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for contributing to this project!
4
+
5
+
Due to the way event triggers work with GitHub actions it's a bit harder to test your changes.
6
+
7
+
Simple changes that can be unit tested can be implemented with the regular workflow where you fork the repo and create a pull request. Note however that the new version of the action won't be executed in the workflows of this repository. We have to rely on the unit tests in this case.
8
+
9
+
If e.g. environment parameters are changed, the action should be tested end-to-end in a workflow.
10
+
11
+
To do this, please follow this process:
12
+
13
+
1. Fork the repo.
14
+
2. Create a PR in **your own repo**.
15
+
3. The "Lint PR title preview (current branch)" workflow will run the new version and will help you validate the change.
16
+
4. Create a PR to this repo with the changes. In this case the preview workflow will fail, but we'll know that it works since you've tested it in the fork. Please include a include a link to a workflow where you've tested the current state of this pull request.
17
+
~~5. Don't run `npm run build` to update the `dist` folder as it will be generated on CI during the build~~
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/jekyll-4.3.4/lib/jekyll.rb:28: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-4.3.4 to add csv into its gemspec.
42
+
gem'csv','~> 3.3'
43
+
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of safe_yaml-1.0.5 to add base64 into its gemspec.
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
6
+
7
+
-**[RalphHightower/blog](https://github.com/RalphHightower/blog/)** is under active development and maintained by @RalphHightower. I will do my best to respond to support, feature requests, and community questions in a timely manner.
8
+
9
+
## @RalphHightower Support Policy
10
+
11
+
Support for this project is limited to the resources listed above.
0 commit comments