Skip to content

Exporter packages

Exporter packages #228

Workflow file for this run

name: CI
on:
push:
branches: ["*"]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup the project
run: yarn --immutable
- name: Run linter and format checker
run: yarn lint
- name: Run unit tests
run: yarn test