Execute oxfmt (#1166)

Ran
pnpm oxfmt .

This should get the web repo aligned so that we can better enforce oxfmt going forward.
This commit is contained in:
Austin
2026-06-16 20:30:08 -04:00
committed by GitHub
parent c5690d1edb
commit d2cb51d489
378 changed files with 5548 additions and 1974 deletions

View File

@@ -16,7 +16,7 @@ on:
permissions: write-all
env:
PROTOBUF_DIR: ./packages/protobufs
PROTOBUF_DIR: ./packages/protobufs
jobs:
codegen:
@@ -70,7 +70,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v6
- name: Install workspace dependencies
run: pnpm install --frozen-lockfile

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true # IMPORTANT: we need tags to resolve the release commit
fetch-tags: true # IMPORTANT: we need tags to resolve the release commit
- name: Configure Git author
run: |