jelhan / create-github-actions-setup-for-ember-addon

Setup GitHub Actions for an Ember Addon
MIT License
19 stars 2 forks source link

Improved readability of created workflow #23

Closed ijlee2 closed 3 years ago

ijlee2 commented 3 years ago

Description

This pull request closes https://github.com/jelhan/create-github-actions-setup-for-ember-addon/issues/15.

I added 1 newline character after each step (I looked for the next character of -) and 2 newline characters after each job. Afterwards, I ran yarn test -u to update the test snapshots. (Thanks for the helpful instructions!)

jelhan commented 3 years ago

Released as v0.3.0.