Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

feat: add GitHub Action out-of-the-box #621

Merged
merged 18 commits into from
Oct 5, 2020
Merged

feat: add GitHub Action out-of-the-box #621

merged 18 commits into from
Oct 5, 2020

Conversation

vinayakkulkarni
Copy link
Contributor

@vinayakkulkarni vinayakkulkarni commented Sep 30, 2020

  • Enables GitHub actions CI workflow out of the box
    • If user selects one of the test runners, yarn|npm run test will be added to .github/workflows/ci.yml
    • If user selects one of the linting options, yarn|npm run lint will be added to .github/workflows/ci.yml
  • If github-actions option is selected from CI (while scaffolding new nuxt app), dependabot config is auto-updated to support the github-actions ecosystem
  • Debug why tests are failing (commitlint option in answers.linters)

Copy link
Member

@pi0 pi0 left a 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 👍

@pi0 pi0 requested review from atinux and clarkdo October 1, 2020 08:03
@vinayakkulkarni
Copy link
Contributor Author

We could even add Circle CI, Travis CI etc. in future!

Copy link
Member

@clarkdo clarkdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@clarkdo clarkdo merged commit ad67d2f into nuxt:master Oct 5, 2020
@vinayakkulkarni vinayakkulkarni deleted the feat/add-github-action-support branch October 5, 2020 12:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants