diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 489090b..fd00f05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,22 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v6 with: node-version: 24 - cache: pnpm + - uses: astral-sh/setup-uv@v7 + - run: corepack enable && corepack install - run: pnpm install --frozen-lockfile - - run: pnpm run check + - run: pnpm check + + native-quality: + runs-on: macos-15 + timeout-minutes: 20 + steps: + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 + with: + node-version: 24 + - run: corepack enable && corepack install + - run: command -v xcodegen >/dev/null || brew install xcodegen + - run: pnpm quality:native diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..4b56525 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,3 @@ +worker-configuration.d.ts +worker/agent-edge.mjs +worker/agent-edge.d.mts diff --git a/app/changelog/page.tsx b/app/changelog/page.tsx index 1352e7b..8118bde 100644 --- a/app/changelog/page.tsx +++ b/app/changelog/page.tsx @@ -63,17 +63,23 @@ const releases = [ export const metadata: Metadata = { title: "Changelog — Setline", - description: "Meaningful improvements to Setline workout execution and history.", + description: + "Meaningful improvements to Setline workout execution and history.", }; export default function ChangelogPage() { return (
- SETLINE + + SETLINE + PRODUCT HISTORY

Changelog

-

Meaningful improvements to programme execution, rest timing, and workout history.

+

+ Meaningful improvements to programme execution, rest timing, and + workout history. +