mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 06:56:28 -04:00
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:
4
.github/workflows/release-protobufs.yml
vendored
4
.github/workflows/release-protobufs.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user