Skip to content

Chore: Moved UserInfo from foundation.ts to compas/foundation.ts, sin… #80

Chore: Moved UserInfo from foundation.ts to compas/foundation.ts, sin…

Chore: Moved UserInfo from foundation.ts to compas/foundation.ts, sin… #80

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install and Test
run: |
npm ci
npm run-script test