cmd-johnson / deno-oauth2-client

Minimalistic OAuth 2.0 client for Deno.
MIT License
45 stars 8 forks source link

Run Tests Automatically through GitHub Actions #2

Closed cmd-johnson closed 3 years ago

cmd-johnson commented 3 years ago

The tests added in #1 should be run on every commit and PR.

cmd-johnson commented 3 years ago

Well, #4 didn't work. Looks like the default workflow calls deno cache deps.ts and because this module doesn't have dependencies (outside of the test files), we also don't have a deps.ts. 'Duh.