Skip to content

token shared lib: Implement missing functions #5

token shared lib: Implement missing functions

token shared lib: Implement missing functions #5

Workflow file for this run

name: CI Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: Lint & Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ">=18.x"
- run: npm install
- run: npm run lint
- run: npm run test