Skip to content

Commit 795afc6

Browse files
committed
fix(ci): replace non-ASCII chars in workflow files (em-dash, curly apostrophe)
1 parent 3f32f6a commit 795afc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow exposes a single required status context named "ci" via the final aggregator job.
22
# Purpose: branch protection requires the context "ci". The aggregator job depends on all
33
# real jobs and fails if any fail. It adds no extra checks; it provides a stable required
4-
# context so protection rules dont need updates when jobs change.
4+
# context so protection rules don't need updates when jobs change.
55
name: ci
66

77
on:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
EXTRA_ARGS=""
3232
if [ "$DRY_RUN" = "true" ]; then
3333
EXTRA_ARGS="--dry-run"
34-
echo "DRY RUN MODE no crates will be published"
34+
echo "DRY RUN MODE -- no crates will be published"
3535
fi
3636
3737
# Dependency order: leaves first, umbrella last.

0 commit comments

Comments
 (0)