Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

chore: bump version to 0.0.2 #13

chore: bump version to 0.0.2

chore: bump version to 0.0.2 #13

Workflow file for this run

name: Format Code
on:
pull_request:
branches:
- dev
jobs:
prettier-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run Prettier format
run: npm run format