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

chore: bump npm package version to 1.2.1 #201

chore: bump npm package version to 1.2.1

chore: bump npm package version to 1.2.1 #201

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