100devs / course-tracker

A course-tracker for 100Devs
26 stars 9 forks source link

Task - Setup GitHub Actions #10

Open indifferentghost opened 3 years ago

indifferentghost commented 3 years ago
indifferentghost commented 3 years ago

This is blocked by Task - Client Setup (#5) and Task - Server Setup (#9)

indifferentghost commented 2 years ago

Where are we on this?

bjorkypie commented 2 years ago

We can build the client package, but I believe we need to set environment variables in GitHub to build the server package.

Next is adding linting.

bjorkypie commented 2 years ago

Tried running linting with our own scripts, but didn't work because no files were staged, which is how scripts are currently set up. So we need to take a look at how to run the lint:fix and prettier independently.

Switched back to our scripts because marketplace script was looking at non-js files.