Skip to content

feat: add support for callable fonctions in dictionaries keys #105

feat: add support for callable fonctions in dictionaries keys

feat: add support for callable fonctions in dictionaries keys #105

Workflow file for this run

name: 'test'
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
- name: setup node
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- name: check regenerate parser
run: |
pnpm build
git diff --exit-code .
- name: run test
run: |
pnpm test