Skip to content

Commit 2a2f1e9

Browse files
authored
ci: add FOP CLI installation to dead-domains-check workflow (#614)
- Added a new step to install FOP CLI globally using npm, enabling file operations required by the workflow.
1 parent d29cd32 commit 2a2f1e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dead-domains-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
install-modules: |
4545
Path::Tiny
4646
47+
- name: Install FOP CLI
48+
run: npm install -g fop-cli
49+
4750
- name: Install Dependencies
4851
run: pnpm install
4952

0 commit comments

Comments
 (0)