Skip to content

Commit ef92712

Browse files
committed
remove comments and extra checkout
1 parent ddb4f93 commit ef92712

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/pr-build-test.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,13 @@ jobs:
119119
working-directory: ${{ inputs.working-directory }}
120120

121121
steps:
122-
- uses: actions/checkout@v4
123122
- name: Setup repository and dependencies
123+
# Referenced globally, local reference failed when looking for the action in the consumer repo
124+
# it was being looked for within the repo, not as a relative path to this job when invoked
124125
uses: apify-projects/github-actions-source/.github/actions/checkout-restore-dependencies@dependency-cache
125126
with:
126127
working-directory: ${{ inputs.working-directory }}
127128

128-
# - name: Checkout repository
129-
# uses: actions/checkout@v4
130-
131-
# - name: Use Node.js 20
132-
# uses: actions/setup-node@v3
133-
# with:
134-
# node-version: 20
135-
# cache: "npm"
136-
# cache-dependency-path: ${{ inputs.working-directory }} # https://github.com/actions/setup-node/issues/706
137-
# - name: Install Dependencies
138-
# run: npm ci
139-
140129
- name: TypeScript
141130
# Some repos require custom build checks, so we check if the `build-check` script exists and run it if
142131
# it does. Otherwise default to the standard `npx tsc --noEmit` check

0 commit comments

Comments
 (0)