Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

feat: add ToposCore upgrade script #263

feat: add ToposCore upgrade script

feat: add ToposCore upgrade script #263

Workflow file for this run

name: Format
on:
push:
branches: 'main'
pull_request:
workflow_dispatch:
jobs:
format:
name: Format
runs-on: ubuntu-latest-16-core
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run format