Skip to content

Commit 28f0837

Browse files
committed
these should be runs not withs
1 parent 76a3706 commit 28f0837

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/link-check-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030

3131
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
3232
name: Install
33-
with:
34-
args: npm ci
33+
run: npm ci
3534

3635
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
3736
name: Link check
38-
with:
39-
args: npm run link-check
37+
run: npm run link-check

0 commit comments

Comments
 (0)