Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: pnpm setup
uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0
- name: pnpm Cache
id: pnpm-cache
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
with:
path: |
~/.pnpm-store
node_modules
*/*/node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- name: Install packages
if: steps.pnpm-cache.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile
- name: Run Lint
run: pnpm lint
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,8 @@ jobs:
uses: actions/checkout@v4
- name: pnpm setup
uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0
- name: pnpm Cache
id: pnpm-cache
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
with:
path: |
~/.pnpm-store
node_modules
*/*/node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- name: Install packages
if: steps.pnpm-cache.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile
- name: turborepo Cache
uses: rharkor/caching-for-turbo@8434baaaec555ed7ef66132f2e8a09e65ec68c19
with:
cache-prefix: ${{ runner.os }}-turbo-
provider: github
- name: Run Build
run: pnpm build
env:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,7 @@ jobs:
corepack enable
corepack prepare pnpm@9.15.0 --activate
pnpm config set script-shell "/usr/bin/bash"
- name: pnpm Cache
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
with:
path: |
~/.pnpm-store
node_modules
*/*/node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- name: Install packages
if: steps.pnpm-cache.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile
- name: Enter prerelease mode
# This step errors if it is already in prerelease mode
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ jobs:
node-version: 22
- name: pnpm setup
uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0
- name: pnpm Cache
id: pnpm-cache
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
with:
path: |
~/.pnpm-store
node_modules
*/*/node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- name: Install packages
if: steps.pnpm-cache.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,8 @@ jobs:
uses: actions/checkout@v4
- name: pnpm setup
uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0
- name: pnpm Cache
id: pnpm-cache
uses: buildjet/cache@9347ea1c7c1f331d397aa98b3894420448373372
with:
path: |
~/.pnpm-store
node_modules
*/*/node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- name: Install packages
if: steps.pnpm-cache.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile
- name: turborepo Cache
uses: rharkor/caching-for-turbo@8434baaaec555ed7ef66132f2e8a09e65ec68c19
with:
cache-prefix: ${{ runner.os }}-turbo-
provider: github
- name: Run Build
run: pnpm build
# We include the environment variables here so that the cache for turborepo
Expand Down
Loading