Skip to content

Commit

Permalink
fix pls
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Nov 5, 2023
1 parent 701cf98 commit 352ed2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ concurrency:

# You can leverage Vercel Remote Caching with Turbo to speed up your builds
# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
env:
FORCE_COLOR: 3
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
# env:
# FORCE_COLOR: 3
# TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
# TURBO_TEAM: ${{ vars.TURBO_TEAM }}

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ runs:
run: pnpm add -g turbo

- shell: bash
run: pnpm install
run: pnpm install --frozen-lockfile

0 comments on commit 352ed2d

Please sign in to comment.