Skip to content

add RejectionFile type #185

add RejectionFile type

add RejectionFile type #185

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Prepublish
run: yarn prepublish