Skip to content

experimenting wiht types #58

experimenting wiht types

experimenting wiht types #58

name: Test Semla Framework Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 22
- name: Yarn deps and test
run: |
cd semla &&
yarn &&
yarn test-ci