Skip to content

Commit

Permalink
fix: put setup action in folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Apr 9, 2024
1 parent a3be828 commit 405aee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request CI
on: [pull_request]

env:
# This enabled remote task cachinc using Turborepo
# This enabled remote task caching using Turborepo
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

Expand All @@ -21,7 +21,7 @@ jobs:
fetch-depth: 2

- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup

- name: Format check
run: pnpm format:check
Expand All @@ -45,7 +45,7 @@ jobs:
fetch-depth: 2

- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup

- name: Build marketing website
run: turbo build --filter=marketing
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
fetch-depth: 2

- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup

- name: Get branch name
id: branch_name
Expand Down

0 comments on commit 405aee5

Please sign in to comment.