Skip to content

feat: add description to Perpignan #113

feat: add description to Perpignan

feat: add description to Perpignan #113

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