Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Add a GitHub action to lint, build and test the pi-zero sample #7

Open
Angelmmiguel opened this issue Sep 21, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Angelmmiguel
Copy link
Contributor

The goal is to provide a way to test any new change in the pi-zero sample project. Since it contains different languages, we will need to provide different linters for JS and Go. Then, we can use make to build the development bundle and then, test we are getting the main page.

We can split this job into smaller ones if it's more convenient.

Required steps:

  • Lint go files
  • Lint JavaScript files
  • Build the project:
    • Development
    • ARM 64
    • ARM
  • Run the development environment
  • Test we get the page properly
@Angelmmiguel Angelmmiguel added the enhancement New feature or request label Sep 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant