* create hello world quickstart
* Fix image link
* Apply suggestions from code review
Co-authored-by: Rachael Sewell <rachmari@github.com>
* Add step to merge pull request before triggering workflow
* Add slash in front of file path
* Remove unused reusable
* more explaining in hello world quickstart
* Add invitation to create new repo
* Add experiment code
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
* Adds Travis CI migration guide
* Updated variable syntax
* Updated links
* Fixed variable
* Split into two tables to fix rendering
* Removed section about upstream, might not be applicable here
* Made formatting more consistent
* Added misc edits, "Next steps" section, matrix example
* Added small edits
* Added updates from review
* Edited "Key similarities" intro
* Replaced diagram with link to "Learning GitHub Actions"
* Moved links into a "Before you begin" section
* Added "Parallel job processing"
* Added small edits, "Default environment variables" section
* Added "Targeting specific branches"
* Added "Checking out submodules"
* Moved into nested subsection
* Updated "Assumptions about language dependencies"
* Renamed section
* Adds some small edits
* Moved all headings down 1 level
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Added updates from review
* Added updates from review
* Fixed rendering, added small edit
* Removed Travis concepts paragraph, as it seems superfluous
* Added minor edits
* Reframed the "differences" section to rather emphasize Actions features that might distinguish it from others
* Reframed additional differences to emphasize Actions capabilities
* Small edit
* More small edits
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Revised conditional example
* Revised build matrix exmple
* Updated python example
* Updated examples
* Changed example to "Building with Node.js"
* Adds fixes from peer review
* Added minor edits
* Added some finishing touches
* Update migrating-from-travis-ci-to-github-actions.md
* Small clarification
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Add/use small-footer
* Fix borked HTML
* Extract scripts to new include
* Add spacing
* Fix some padding
* Fix a test that uses /actions
* Fix old links
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
* Update /developers in general footer
* Don't hard code free-pro-team
* Use the small-footer everywhere
* Tweak border
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
* Add featuredLinks to frontmatter
* Parse them in featured-links.js
* Remove old raw setup
* Use them
* Missed a couple
* Update translation files
* Fix frontmatter schema
* Loop over the right object
* Also update translations' usage
* Update docs and tests
* Better README comment
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
* Return next()
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
- Some rewording edits throughout
- Amended artifact yaml to match other examples
- Removed yaml comments, moved explanation to bullet point.
- Small changes to PS Gallery example
* Run script/new-versioning/update-not-fpt-conditionals.js
* Fix a few things
* Remove outdated versioning
* Fix broken link
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
- Added some small edits.
- Converted example into a standalone.
- Switched example to test-path.
- Added explanations for powershell actions.
- Added screenshot of example test failure.