Skip to content

feat: improve auth URL generation and add extra params. #31

feat: improve auth URL generation and add extra params.

feat: improve auth URL generation and add extra params. #31

Workflow file for this run

name: run-tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install # `npm ci` (won't work lock files are .gitignored)
- name: Run tests
run: npm test