Skip to content

chore: improve README, format files and add CI for formatting #2

chore: improve README, format files and add CI for formatting

chore: improve README, format files and add CI for formatting #2

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm run format