Skip to content

chore: add .github folder and its contents #616

chore: add .github folder and its contents

chore: add .github folder and its contents #616

Workflow file for this run

name: TypeScript Prettier
on:
- push
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm i
- run: pnpm run prettier