File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments