Skip to content

✨ Introduce a serverless token auth proxy, fixes #20 #197

✨ Introduce a serverless token auth proxy, fixes #20

✨ Introduce a serverless token auth proxy, fixes #20 #197

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- run: yarn test
- run: yarn lint
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}