Skip to content

feat(getsession, config): put config in getSession() #10

feat(getsession, config): put config in getSession()

feat(getsession, config): put config in getSession() #10

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- run: npm run lint
- name: Run test
run: npm run test