Skip to content

Temp, to drop

Temp, to drop #12

Workflow file for this run

name: Library
on:
push:
branches: ["master", "init"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JS
uses: ./.github/actions/setup-js
- name: Build package
run: yarn prepare