Skip to content

feat: add description to Val de seine #114

feat: add description to Val de seine

feat: add description to Val de seine #114

Workflow file for this run

name: Test package
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
cache: yarn
- run: yarn install --frozen-lockfile
- name: Test the package
run: yarn test