Skip to content

feat: introduce testing configs #1296

feat: introduce testing configs

feat: introduce testing configs #1296

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request: {}
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm i
- name: Run Prettier
run: pnpm run prettier-check .