Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Updated placeholder styling to desired size #57

Updated placeholder styling to desired size

Updated placeholder styling to desired size #57

Workflow file for this run

name: Prettier
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
name: Prettier
steps:
- name: Check out code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref || github.sha }}
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install Dependencies
run: bun install
- name: Run Prettier
run: bunx prettier --check .