Skip to content

feat: allow passing app id + api key directly #51

feat: allow passing app id + api key directly

feat: allow passing app id + api key directly #51

Workflow file for this run

name: test
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm i
- name: Run tests
run: npm run test