Skip to content

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

feat: allow passing app id + api key directly

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

Workflow file for this run

name: type-check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
type-check:
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: Type Check
run: npm run -s type-check | .github/tsc-gh-annotations-formatter.mjs