Skip to content

feat: apply biome suggestions and fix few hooks #2223

feat: apply biome suggestions and fix few hooks

feat: apply biome suggestions and fix few hooks #2223

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Test formatting
uses: creyD/[email protected]
with:
prettier_options: --check .
only_changed: true
dry: true