docs: add github action as CI/CD

This commit is contained in:
mutoe 2022-12-01 23:49:38 +08:00
parent 718eca652e
commit aab063acc7
No known key found for this signature in database
GPG Key ID: 7197231B847AE2EE
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ For more information on how to this works with other frontends/backends, head ov
- [x] [ESLint](https://eslint.vuejs.org/) for syntax checking and code styling - [x] [ESLint](https://eslint.vuejs.org/) for syntax checking and code styling
- [x] Component test ([Cypress component testing](https://docs.cypress.io/guides/component-testing)) - [x] Component test ([Cypress component testing](https://docs.cypress.io/guides/component-testing))
- [x] E2E test ([Cypress](https://docs.cypress.io)) - [x] E2E test ([Cypress](https://docs.cypress.io))
- [x] [GitHub Actions](https://docs.github.com/en/actions) CI/CD
# Getting started # Getting started