This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 427
feat: add GitHub Action out-of-the-box #621
Merged
clarkdo
merged 18 commits into
nuxt:master
from
vinayakkulkarni:feat/add-github-action-support
Oct 5, 2020
Merged
feat: add GitHub Action out-of-the-box #621
clarkdo
merged 18 commits into
nuxt:master
from
vinayakkulkarni:feat/add-github-action-support
Oct 5, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi0
reviewed
Oct 1, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea 👍
We could even add Circle CI, Travis CI etc. in future! |
atinux
approved these changes
Oct 1, 2020
clarkdo
approved these changes
Oct 1, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
packages/cna-template/template/frameworks/github-actions/.github/workflows/ci.yml
Outdated
Show resolved
Hide resolved
clarkdo
reviewed
Oct 1, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
yarn|npm run test
will be added to.github/workflows/ci.yml
yarn|npm run lint
will be added to.github/workflows/ci.yml
github-actions
option is selected from CI (while scaffolding new nuxt app),dependabot
config is auto-updated to support thegithub-actions
ecosystem