Skip to content

Added basic field types #28

Added basic field types

Added basic field types #28

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
- '!main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Use Node.js'
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: 'Use PNPM'
uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm test