Skip to content

Adding Global Constants to changes of 3c44e3d #353

Adding Global Constants to changes of 3c44e3d

Adding Global Constants to changes of 3c44e3d #353

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: true
- name: Run tests
run: pnpm test
- name: Code style
run: pnpm prettier:check
- name: Check size
run: pnpm size