Skip to content

fix: allow token value to be string for all types (references) #48

fix: allow token value to be string for all types (references)

fix: allow token value to be string for all types (references) #48

Workflow file for this run

name: Verify changes
on: pull_request
jobs:
verify:
name: Verify changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint