Skip to content

Update README.md

Update README.md #33

Workflow file for this run

name: Prettier
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: prettier
run: npx prettier --check src/**/*.ts