Skip to content

Commit 4c7a7b3

Browse files
fix(ci): Fix formatting in CI workflow dependency installation step
1 parent b633585 commit 4c7a7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# ── Install dependencies ───────────────────────────
3737
- name: Install dependencies
38-
run: echo "Replace with: npm ci / pip install / go mod download / ..."
38+
run: echo "Replace with -> npm ci / pip install / go mod download / ..."
3939

4040
# ── Lint ───────────────────────────────────────────
4141
- name: Lint

0 commit comments

Comments
 (0)