Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baked-dev committed Jul 4, 2024
1 parent c80c26e commit 056aa38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- uses: whopio/[email protected]
with:
token: ${{ github.token }}
projects: "packages/action,packages/create-turbo-module,packages/turbo-module"
projects: 'packages/action,packages/create-turbo-module,packages/turbo-module'

install:
name: Install node modules
runs-on: ubuntu-latest
Expand All @@ -41,14 +41,14 @@ jobs:
cache: pnpm
- name: Install all packages
run: pnpm install

lint:
name: Lint repository
needs: install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15.5
- name: Setup node
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15.5
- name: Setup node
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15.5
- name: Setup node
Expand All @@ -101,4 +101,3 @@ jobs:
run: pnpm install
- name: Build packages
run: pnpm turbo test

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
action: check
token: ${{ github.token }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.15.5
if: steps.check.outputs.can-publish == 'true'
Expand Down

0 comments on commit 056aa38

Please sign in to comment.