cmd-johnson / deno-oauth2-client

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

Setup GitHub Actions #4

Closed cmd-johnson closed 3 years ago

cmd-johnson commented 3 years ago

Add a GitHub Actions workflow that was created using https://github.com/denolib/setup-deno.

This should fix #2 by automatically runing deno test for all pushes to and pull requests against the master branch.