icssc / peterportal-public-api

API that provides easy-access to UC Irvine data such as: courses, professors, grade distribution, schedule of classes, and more
https://api.peterportal.org/
MIT License
24 stars 11 forks source link

Add TypeScript checks to actions #221

Open ecxyzzy opened 2 years ago

ecxyzzy commented 2 years ago

Currently our GitHub Actions tests don't include transpiling TypeScript to JavaScript, which is problematic because then no type checking is done on pull requests.

To make this happen, several minor things need to be done:

vinnyho commented 2 months ago

I will take this one.