Skip to content

Commit 178a62f

Browse files
committed
fix: add checkout step to link checker job
1 parent 22cca23 commit 178a62f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ commands:
3434
steps:
3535
- run:
3636
name: Broken link checker for changed files
37-
command: node scripts/changedFilesBrokenLinkChecker.js
37+
command: yarn changed-files-broken-link-checker:ci
3838

3939
jobs:
4040
build:
@@ -56,6 +56,7 @@ jobs:
5656
executor: node-executor
5757
working_directory: ~/repo
5858
steps:
59+
- checkout
5960
- attach_workspace:
6061
at: ~/repo
6162
- link-check-changed-files

0 commit comments

Comments
 (0)